Aqua
#0ff0fe
Aqua, represented by the hex value #0ff0fe, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #0ff0fe | |
|---|---|---|
| RGB | rgb(15, 240, 254) | |
| HSL | hsl(184, 99%, 53%) | |
| CMYK | cmyk(94%, 6%, 0%, 0%) | |
| LAB | lab(86, -45, -21) | |
| OKLCH | oklch(0.87 0.147 202) |
Color harmonies
Tints & shades
Code snippets
color: #0ff0fe;
background-color: #0ff0fe;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF0FF0FE)
/* Swift / UIKit */
UIColor(red: 0.06, green: 0.94, blue: 1.00, alpha: 1.0)