#16D3C5
A medium, vivid cyan closely aligning with Turquoise.
About #16D3C5
At its core, #16D3C5 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Turquoise. Its digital footprint relies on 22 parts red, 211 parts green, and 197 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 90% C, 0% M, 7% Y, and 17% K. With a hue angle of 175.6 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#16D3C5
RGB22, 211, 197
HSL175.6°, 81.1%, 45.7%
CMYK90%, 0%, 7%, 17%
HSV175.6°, 89.6%, 82.7%
LAB76.6, -45.0, -5.2
XYZ33.7, 50.8, 60.9
Decimal1496005
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.16:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16D3C5;
}
.text-color {
color: #16D3C5;
}
.border-color {
border: 2px solid #16D3C5;
}