HomeMedical & Clinical › Cholesterol Unit Converter

Cholesterol Unit Converter

Converts total, HDL, LDL or non-HDL cholesterol (factor 0.02586) and triglycerides (factor 0.01129) between mg/dL and mmol/L.

When to use

A lipid result or target is reported in the other unit system.

Do not use when: You need to calculate LDL from a lipid panel (use ldl-cholesterol) or convert glucose (use glucose-unit-conversion), which use different factors.

Formula

cholesterol: mmol_l = mg_dl × 0.02586 (molar mass 386.65 g/mol); triglycerides: mmol_l = mg_dl × 0.01129 (average molar mass ≈ 885 g/mol); reverse: mg_dl = mmol_l / factor

The triglyceride factor depends on an assumed average molecular weight, so laboratories may differ by about 1%. Results are informational only and not a substitute for clinical judgement or medical advice.

Inputs

ParameterTypeUnitRequiredDescription
valuenumberyesThe lipid value to convert. Range: > 0, ≤ 10000
from_unitenum: mg_dl | mmol_lyesUnit of the entered value.
analyteenum: total_cholesterol | hdl | ldl | non_hdl | triglyceridesdefault total_cholesterolCholesterol fractions share one factor; triglycerides use another.

Outputs

OutputTypeUnitDescription
mg_dlnumbermg/dLValue in mg/dL.
mmol_lnumbermmol/LValue in mmol/L.
factornumber0.02586 for cholesterol, 0.01129 for triglycerides.
analytestringAnalyte converted.

Example

Total cholesterol 200 mg/dL: {"value":200,"from_unit":"mg_dl","analyte":"total_cholesterol"}{"mmol_l":5.17,"factor":0.02586}

Triglycerides 150 mg/dL: {"value":150,"from_unit":"mg_dl","analyte":"triglycerides"}{"mmol_l":1.69,"factor":0.01129}

LDL 3.0 mmol/L: {"value":3,"from_unit":"mmol_l","analyte":"ldl"}{"mg_dl":116}

GET https://tttkmbb.com/api/v1/calculate/cholesterol-unit-conversion?value=200&from_unit=mg_dl&analyte=total_cholesterol

Machine access

Sources

FAQ

Why do triglycerides use a different factor?

They are a different molecule (about 885 g/mol versus 386.65 g/mol for cholesterol), so 1 mmol/L of triglycerides is about 88.5 mg/dL while 1 mmol/L of cholesterol is 38.67 mg/dL.

What are common targets in both units?

LDL below 100 mg/dL is 2.6 mmol/L, below 70 mg/dL is 1.8 mmol/L; triglycerides below 150 mg/dL is 1.7 mmol/L.

Related calculators