20px to pt
20px = 15pt
px and pt are both absolute CSS units, so this ratio never changes.
How it is calculated
One px is 0.75pt, so:
20px × 0.75 = 15pt
Reversing it, 15pt × 1.3333 returns 20px.
Nearby values
| px | pt |
|---|---|
| 10px | 7.5pt |
| 12px | 9pt |
| 14px | 10.5pt |
| 16px | 12pt |
| 18px | 13.5pt |
| 20px | 15pt |
| 24px | 18pt |
| 28px | 21pt |
Frequently asked questions
What is 20px in pt?
15pt.
How is 20px converted to pt?
Multiply by 0.75: 20 × 0.75 = 15. To go back, multiply 15 by 1.3333.
Does zoom or font size change 20px?
No. px and pt are both absolute CSS units, so the ratio is fixed and 20px is 15pt in every context.