# Degrees Celsius to Kelvin (°C to K)

> Convert degrees Celsius to kelvin with the formula K = °C + 273.15. Conversion table and worked examples, with JSON API and MCP access.

- Page id: `celsius-to-kelvin` · Quantity: Temperature (`temperature`, base unit K) · Tool: `convert_units`
- Canonical page: https://tttkmbb.com/conversion/celsius-to-kelvin · This document: https://tttkmbb.com/conversion/celsius-to-kelvin.md · JSON: https://tttkmbb.com/conversion/celsius-to-kelvin.json (add `?value=` for a result)

## Formula

- `K = °C + 273.15`
- `K = °C + 273.15`
- Reverse: `°C = K − 273.15`

Non-linear conversion: apply the formula directly; there is no single multiplication factor.

## Worked examples

- 37 °C = 310.15 K
- 100 °C = 373.15 K
- -40 °C = 233.15 K

## Conversion table

| Degrees Celsius (°C) | Kelvin (K) |
| --- | --- |
| -40 | 233.15 |
| -30 | 243.15 |
| -20 | 253.15 |
| -10 | 263.15 |
| 0 | 273.15 |
| 5 | 278.15 |
| 10 | 283.15 |
| 15 | 288.15 |
| 20 | 293.15 |
| 25 | 298.15 |
| 30 | 303.15 |
| 35 | 308.15 |
| 37 | 310.15 |
| 40 | 313.15 |
| 50 | 323.15 |
| 60 | 333.15 |
| 70 | 343.15 |
| 80 | 353.15 |
| 90 | 363.15 |
| 100 | 373.15 |
| 150 | 423.15 |
| 200 | 473.15 |

## API

- `GET https://tttkmbb.com/api/v1/convert?value=37&from_unit=C&to_unit=K` → unified JSON envelope with `result.values.result`, `formula`, `factor`, `sources`, `freshness`
- MCP: server `https://tttkmbb.com/mcp`, tool `convert_units` with `{"value":37,"from_unit":"C","to_unit":"K"}`
- All temperature units: https://tttkmbb.com/api/v1/units?quantity=temperature · full converter: [Temperature Converter](https://tttkmbb.com/conversion/temperature.md)
- Authentication: none. Freshness: `static` (fixed conversion factors).

## FAQ

**What is the formula to convert degrees Celsius to kelvin?**

K = °C + 273.15. For example, 37 °C = 310.15 K.

**How do I convert kelvin back to degrees Celsius?**

°C = K − 273.15; the kelvin-to-degrees Celsius page applies it directly.

**Why is there no single multiplication factor?**

Temperature scales have different zero points, so the conversion is an affine formula (scale and offset), not a plain multiplication.

## Related conversions

- [Kelvin to degrees Celsius](https://tttkmbb.com/conversion/kelvin-to-celsius.md) (reverse)
- [Degrees Celsius to Degrees Fahrenheit](https://tttkmbb.com/conversion/celsius-to-fahrenheit.md)
- [Degrees Fahrenheit to Degrees Celsius](https://tttkmbb.com/conversion/fahrenheit-to-celsius.md)
- [Degrees Fahrenheit to Kelvin](https://tttkmbb.com/conversion/fahrenheit-to-kelvin.md)
- [Kelvin to Degrees Fahrenheit](https://tttkmbb.com/conversion/kelvin-to-fahrenheit.md)
- [Degrees Fahrenheit to Degrees Rankine](https://tttkmbb.com/conversion/fahrenheit-to-rankine.md)
- [Degrees Rankine to Degrees Fahrenheit](https://tttkmbb.com/conversion/rankine-to-fahrenheit.md)
- [Kelvin to Degrees Rankine](https://tttkmbb.com/conversion/kelvin-to-rankine.md)
- [Degrees Rankine to Kelvin](https://tttkmbb.com/conversion/rankine-to-kelvin.md)

## Data Sources

- NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors — https://www.nist.gov/pml/special-publication-811 (standard, retrieved 2026-09-24)
- BIPM – The International System of Units (SI Brochure, 9th edition) — https://www.bipm.org/en/publications/si-brochure (standard, retrieved 2026-09-24)
- Wikipedia – Conversion of units — https://en.wikipedia.org/wiki/Conversion_of_units (reference, retrieved 2026-09-24)
