Frozen Turquoise
#53f6ff
Looking for the precise values behind Frozen Turquoise (#53f6ff)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #53f6ff | |
|---|---|---|
| RGB | rgb(83, 246, 255) | |
| HSL | hsl(183, 100%, 66%) | |
| CMYK | cmyk(67%, 4%, 0%, 0%) | |
| LAB | lab(89, -41, -17) | |
| OKLCH | oklch(0.89 0.132 200) |
Color harmonies
Tints & shades
Code snippets
color: #53f6ff;
background-color: #53f6ff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF53F6FF)
/* Swift / UIKit */
UIColor(red: 0.33, green: 0.96, blue: 1.00, alpha: 1.0)