#16F0FF
A medium, vivid cyan closely aligning with Aqua.
About #16F0FF
The precise color #16F0FF is an excellent choice for modern design projects. Its closest recognized web color is Aqua. In the RGB color space, it consists of 22 red, 240 green, and 255 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 91% C, 6% M, 0% Y, and 0% K. With a hue angle of 183.9 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#16F0FF
RGB22, 240, 255
HSL183.9°, 100.0%, 54.3%
CMYK91%, 6%, 0%, 0%
HSV183.9°, 91.4%, 100.0%
LAB86.9, -41.0, -20.5
XYZ49.5, 69.7, 105.5
Decimal1503487
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.94:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16F0FF;
}
.text-color {
color: #16F0FF;
}
.border-color {
border: 2px solid #16F0FF;
}