Tropical Turquoise
#04cdff
Tropical Turquoise is a color with the hex code #04cdff. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #04cdff | |
|---|---|---|
| RGB | rgb(4, 205, 255) | |
| HSL | hsl(192, 100%, 51%) | |
| CMYK | cmyk(98%, 20%, 0%, 0%) | |
| LAB | lab(76, -30, -37) | |
| OKLCH | oklch(0.79 0.147 224) |
Color harmonies
Tints & shades
Code snippets
color: #04cdff;
background-color: #04cdff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF04CDFF)
/* Swift / UIKit */
UIColor(red: 0.02, green: 0.80, blue: 1.00, alpha: 1.0)