Ttooleras
🌡️

Temperature Converter

Converters

Convert between Celsius, Fahrenheit, Kelvin, Rankine, and Réaumur with the conversion formula displayed for every result.. Free, private — all processing in your browser.

Celsius
100.00°C
Fahrenheit
212.00°F
Kelvin
373.15 K
Reference Points — click to load
Advertisement

The Temperature Converter translates any temperature value between the five common scales — Celsius, Fahrenheit, Kelvin, Rankine, and Réaumur — simultaneously and with the conversion formula shown for every transformation. Most people meet this problem when reading weather reports while traveling, cooking from a foreign recipe, or following scientific content that mixes metric and imperial units. Celsius and Fahrenheit are the two you will encounter in daily life; Kelvin shows up in science, astronomy, and cold-chain logistics; Rankine appears in US engineering thermodynamics; Réaumur survives in a few European cheese and syrup recipes.

This tool handles all five at once. You type 100 in the Celsius field and the Fahrenheit (212), Kelvin (373.15), Rankine (671.67), and Réaumur (80) fields update in real time. Every result shows the exact formula used (for example, F = C times 9/5 + 32), which is useful for students learning the conversion and anyone who wants to verify the math manually. The converter also handles negative temperatures all the way down to absolute zero (-273.15 °C, 0 K) with an explicit warning if you try to enter a value below the physically possible minimum.

Temperature Converter — key features

Five scales at once

Celsius, Fahrenheit, Kelvin, Rankine, and Réaumur update simultaneously when you type in any field.

Formulas displayed inline

Every conversion shows the algebraic formula used, making the tool a learning aid for students and teachers.

Absolute zero validation

The converter refuses temperatures below -273.15 °C with an explanation, since negative Kelvin is physically impossible.

Configurable precision

Choose from one to six decimal places depending on whether you need weather-style accuracy or scientific precision.

Fast and offline

All calculations run client-side in your browser, so the tool works on airplanes and in low-connectivity environments.

Shareable URL

Every conversion encodes the input value and scale in the URL hash so you can bookmark or share a specific result.

Copy any result

One-click copy for each scale value, including the unit suffix, so output drops cleanly into notes or documents.

Supports negative values

Full range from deep space temperatures to molten metal handled with no rounding drift.

How to use the Temperature Converter

  1. 1

    Enter a temperature

    Type your value into any of the five scale input fields. Negative numbers are supported anywhere above absolute zero.

  2. 2

    Watch all scales update

    The other four scale values recalculate instantly using the standard conversion formulas.

  3. 3

    Optional — view the formula

    Click the formula icon next to any result to see the exact algebraic expression used, useful for learning or verification.

  4. 4

    Adjust precision

    Change the decimal places setting to match your use case — two for weather, four or more for scientific reporting.

  5. 5

    Copy or share

    Copy any field value with one click, or share the URL so a colleague sees the exact same converted values.

Common use cases for the Temperature Converter

Daily life and travel

  • Weather abroad: Convert a 95 °F forecast in the US to 35 °C to plan clothing and outdoor activities when traveling from a metric country.
  • Cooking from foreign recipes: Translate an oven temperature like 350 °F to 177 °C to set your metric oven correctly, or convert a 180 °C recipe for a US oven.
  • Body temperature and fever: Check whether 101 °F in a pediatric guide equals a fever in Celsius (yes — 38.3 °C, above the 37.5 °C fever threshold).

Science and engineering

  • Laboratory data: Convert incubator, autoclave, and cryogenic freezer settings between Kelvin for spec sheets and Celsius for daily operation.
  • Thermodynamic calculations: Use Kelvin or Rankine for absolute-temperature formulas (ideal gas law, heat engines) where a zero-point-preserving scale is required.
  • Astronomy references: Compare star surface temperatures in Kelvin across papers that might report some in Celsius for general audiences.

Industrial and logistics

  • Cold-chain shipping: Verify a 2 to 8 °C pharmaceutical range matches the Fahrenheit range expected by a US distributor (35.6 to 46.4 °F).
  • HVAC and climate control: Convert between the scales US HVAC specs (Fahrenheit) and EU HVAC specs (Celsius) use when sourcing equipment internationally.
  • Metallurgy and materials: Translate annealing, quenching, and melting points between Celsius (metric spec sheets) and Kelvin (thermodynamic properties).

Temperature Converter — examples

Water freezing and boiling

The two reference points everyone knows, shown in all five scales.

Input
0 °C and 100 °C
Output
0 °C = 32 °F = 273.15 K = 491.67 °R = 0 °Ré
100 °C = 212 °F = 373.15 K = 671.67 °R = 80 °Ré

US weather to Celsius

Converting a hot summer day forecast.

Input
95 °F
Output
35 °C
308.15 K
554.67 °R
28 °Ré

Oven temperature

Common baking temperature translated for metric ovens.

Input
350 °F
Output
176.67 °C (usually rounded to 175 or 180 °C)
449.82 K
formula: C = (F - 32) × 5/9

Body fever

Translating a US pediatric fever reading.

Input
101 °F
Output
38.33 °C
311.48 K
mild fever (above 37.5 °C clinical threshold)

Absolute zero

The minimum possible temperature shown in every scale.

Input
0 K
Output
-273.15 °C
-459.67 °F
0 °R
-218.52 °Ré
(no atomic motion — physical minimum)

Technical details

Temperature scales differ in two properties: the zero point and the size of one degree.

Celsius (formerly centigrade) is defined by the freezing and boiling points of water at standard atmospheric pressure — 0 °C and 100 °C. Since 2019 the scale is formally tied to the Boltzmann constant rather than water, but the practical numbers are identical.

Fahrenheit places the freezing point of water at 32 °F and boiling at 212 °F, which means 180 Fahrenheit degrees span the same range as 100 Celsius degrees. One Fahrenheit degree is therefore 5/9 of a Celsius degree. The conversion formulas are F = C × 9/5 + 32 and C = (F - 32) × 5/9.

Kelvin is the SI unit of thermodynamic temperature. It shares the Celsius degree size (1 K = 1 °C interval) but starts at absolute zero: 0 K = -273.15 °C. The conversion is simple addition: K = C + 273.15 and C = K - 273.15. Kelvin has no negative values because absolute zero is a physical minimum — no molecular motion is possible below it.

Rankine is to Fahrenheit what Kelvin is to Celsius: same degree size, absolute zero at zero. 0 °R = 0 K = -459.67 °F. R = F + 459.67. Rankine appears mostly in US engineering contexts — HVAC, aerospace, thermodynamic cycle calculations.

Réaumur fixes freezing at 0 °Ré and boiling at 80 °Ré, so one Réaumur degree is 1.25 Celsius degrees. Ré = C × 4/5 and C = Ré × 5/4. Mostly obsolete, still encountered in historical European cooking references.

This converter uses double-precision floating point internally, which is more than enough precision for any practical temperature (error below 10^-10 for all realistic values). Results are rounded to a user-configurable decimal precision for display, defaulting to two decimals for weather-style data and four for scientific work.

Common problems and solutions

Forgetting to add 32 in F to C

The correct formula is C = (F - 32) × 5/9, not F × 5/9. Subtract 32 first. If you skip the subtraction, 70 °F becomes 38.9 °C instead of the correct 21.1 °C — a huge error.

Confusing Kelvin sign

Kelvin values are always positive. If your calculation produces -5 K, something is wrong — you probably mixed up Celsius and Kelvin or forgot the 273.15 offset.

Using Kelvin with degree symbol

Kelvin is written as K, not °K. The degree symbol was dropped in 1967 when the kelvin became an SI base unit. Use K alone in formal writing.

Rounding differences between recipes

American recipes often round oven temperatures (350 °F) to metric values (175 or 180 °C). The exact conversion is 176.67 °C, so either rounded value is close enough for cooking.

Cold weather sign errors

When both scales show negative numbers (e.g. -10 °C = 14 °F), do not forget Fahrenheit goes further below zero. -40 °C = -40 °F is the only value where both scales match exactly.

Scientific notation confusion

High-temperature physics often writes 1.5 × 10^7 K, not 15 000 000 K. Parse scientific notation carefully when copying values from papers; the tool accepts both forms.

Celsius/centigrade terminology

Celsius and centigrade refer to the same scale. Centigrade was the historical name; Celsius (honoring Anders Celsius) is the official term since 1948. They are identical, so no conversion needed between them.

Temperature Converter — comparisons and alternatives

Compared to a quick Google search (type 95 F in C), this tool shows every scale at once plus the formula. You get the context that saves follow-up searches when you realize you need Kelvin too. For single quick conversions Google is fine; for teaching, scientific work, or comparing across multiple scales, the side-by-side view wins.

Compared to a physical calculator or phone app, this tool works in any browser without install and handles all five common scales with formulas visible. Simple unit converter apps often hide the formula, so they are less useful for learning — you copy the number without understanding it.

Compared to Wolfram Alpha, this tool is faster for the narrow task of temperature conversion. Wolfram handles arbitrary unit expressions and is more powerful for complex calculations, but you get a heavier UI and more typing for the basic five-scale lookup most people actually need.

Frequently asked questions about the Temperature Converter

Why is there no negative Kelvin?

Kelvin starts at absolute zero (-273.15 °C), which is the theoretical minimum temperature — the point where molecular motion would completely stop. No physical system can go below this, so negative Kelvin values have no physical meaning. Some quantum systems show population-inverted states sometimes described as negative temperature, but that is a specialized statistical definition, not a sub-absolute-zero measurement.

At what temperature do Celsius and Fahrenheit give the same number?

-40 is the only value where both scales match: -40 °C equals exactly -40 °F. It is a useful sanity check — if your calculation gives you different numbers at -40, you made an arithmetic error.

Which scale is used in scientific papers?

Kelvin for physics, chemistry, astronomy, and any work that involves thermodynamic laws. Celsius for biology, medicine, geology, and most applied science. Fahrenheit and Rankine are essentially absent from international scientific literature but do appear in US engineering documents, especially HVAC and aerospace thermodynamics.

How accurate is the conversion?

Internal arithmetic uses IEEE 754 double-precision floating point, accurate to roughly 15-17 significant digits. For any practical temperature (weather, cooking, scientific measurement), the conversion error is far smaller than the measurement uncertainty of the original reading.

Why does the US still use Fahrenheit?

Historical momentum. Fahrenheit was the first widely adopted scientific scale, and the US never completed the metric transition that the rest of the world did in the 20th century. Most other countries switched to Celsius between 1960 and 1980; the UK is partially metric but still uses Fahrenheit colloquially for weather. There is no scientific advantage — Celsius is simpler and tied to water’s phase changes.

What is Rankine used for?

US engineering disciplines that do thermodynamic calculations — HVAC, aerospace, power plant design — sometimes use Rankine because it is the absolute version of Fahrenheit. Using Rankine in an ideal-gas-law calculation with Fahrenheit-based units keeps everything in one unit system. Most modern engineering uses SI (Kelvin) regardless.

Where does Réaumur still appear?

A handful of European cheese, butter, and syrup recipes preserved the scale for traditional production. Some antique thermometers are calibrated in Réaumur. The scale is otherwise obsolete and you will rarely encounter it outside specialized culinary or historical contexts.

Is the converter accurate enough for clinical use?

The math is exact to many decimals. Whether to trust any automated converter for clinical decisions depends on your regulatory environment — always validate against a manual calculation or a calibrated medical device for patient care. For general fever-range conversion and non-clinical reference, it is fine.

Additional resources

Advertisement

Related tools

All Converters

Explore more tools

200+ free tools that run in your browser.

Browse all tools →