#16DBCC
A medium, vivid cyan closely aligning with Turquoise.
About #16DBCC
Visually, #16DBCC is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Turquoise. This translates to an RGB value of rgb(22, 219, 204).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 90% cyan and 0% magenta inks. The HSL representation is 175.4° hue, 81.7% saturation, and 47.3% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#16DBCC
RGB22, 219, 204
HSL175.4°, 81.7%, 47.3%
CMYK90%, 0%, 7%, 14%
HSV175.4°, 90.0%, 85.9%
LAB79.2, -46.5, -5.1
XYZ36.6, 55.2, 65.9
Decimal1498060
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.04:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16DBCC;
}
.text-color {
color: #16DBCC;
}
.border-color {
border: 2px solid #16DBCC;
}