#16F0D3
A medium, vivid cyan closely aligning with Turquoise.
About #16F0D3
Visually, #16F0D3 is defined as a vivid cyan. It is closely associated with the named CSS color Turquoise. This translates to an RGB value of rgb(22, 240, 211).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 91% cyan and 0% magenta inks. With a hue angle of 172.0 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#16F0D3
RGB22, 240, 211
HSL172.0°, 87.9%, 51.4%
CMYK91%, 0%, 12%, 6%
HSV172.0°, 90.8%, 94.1%
LAB85.6, -53.4, 0.7
XYZ43.2, 67.2, 72.3
Decimal1503443
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.44:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16F0D3;
}
.text-color {
color: #16F0D3;
}
.border-color {
border: 2px solid #16F0D3;
}