#16F0E2
A medium, vivid cyan closely aligning with Turquoise.
About #16F0E2
At its core, #16F0E2 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Turquoise. This translates to an RGB value of rgb(22, 240, 226).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 91% cyan and 0% magenta inks. With a hue angle of 176.1 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#16F0E2
RGB22, 240, 226
HSL176.1°, 87.9%, 51.4%
CMYK91%, 0%, 6%, 6%
HSV176.1°, 90.8%, 94.1%
LAB86.0, -49.3, -6.6
XYZ45.2, 68.0, 82.7
Decimal1503458
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.60:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16F0E2;
}
.text-color {
color: #16F0E2;
}
.border-color {
border: 2px solid #16F0E2;
}