#16DBE2
A medium, vivid cyan closely aligning with Darkturquoise.
About #16DBE2
When working with digital screens, the color #16DBE2 is rendered by mixing light. Its closest recognized web color is Darkturquoise. This translates to an RGB value of rgb(22, 219, 226).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 90% cyan, 3% magenta, 0% yellow, and 11% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#16DBE2
RGB22, 219, 226
HSL182.1°, 82.3%, 48.6%
CMYK90%, 3%, 0%, 11%
HSV182.1°, 90.3%, 88.6%
LAB79.8, -40.1, -15.9
XYZ39.4, 56.3, 80.7
Decimal1498082
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.71:1
Text on #FFFFFF
FAIL
12.26:1
Text on #000000
AAA
1.64:1
Text on #F8FAFC
FAIL
10.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16DBE2;
}
.text-color {
color: #16DBE2;
}
.border-color {
border: 2px solid #16DBE2;
}