Temperature

Kelvin to Celsius Converter

Convert Kelvin to Celsius with a fast calculator, formula, examples and API-ready result.

NewAPI Ready

Focused calculator

Calculate Kelvin to Celsius Converter

25 celsius Sample: 298.15 Kelvin

Formula

Formula: Celsius = Kelvin - 273.15.

Example: 298.15 Kelvin = 25 Celsius.

The calculator keeps full precision internally and rounds only for display.

Common examples

InputResult
273.15 Kelvin0 Celsius
293.15 Kelvin20 Celsius
300 Kelvin26.85 Celsius

JSON API example

Use the public JSON endpoint with these query parameters.

  • value298.15
  • fromkelvin
  • tocelsius
GET https://api.convematik.com/convert?value=298.15&from=kelvin&to=celsius

{
  "value": 298.15,
  "from": "kelvin",
  "to": "celsius",
  "result": 25.0
}

Common questions

What does the Kelvin to Celsius Converter do?

It converts Kelvin to Celsius using Convematik's unit conversion engine.

What formula does it use?

Celsius = Kelvin - 273.15.

Can I use decimal values?

Yes. Enter whole numbers or decimals and the calculator returns a decimal result.

Is this page free?

Yes. The converter runs as a free browser tool and can also be accessed through the API.