#16F8E2
A medium, vivid cyan closely aligning with Turquoise.
About #16F8E2
When working with digital screens, the color #16F8E2 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Turquoise. This translates to an RGB value of rgb(22, 248, 226).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 91% C, 0% M, 9% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#16F8E2
RGB22, 248, 226
HSL174.2°, 94.2%, 52.9%
CMYK91%, 0%, 9%, 3%
HSV174.2°, 91.1%, 97.3%
LAB88.4, -52.7, -3.1
XYZ47.6, 72.8, 83.5
Decimal1505506
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.56:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16F8E2;
}
.text-color {
color: #16F8E2;
}
.border-color {
border: 2px solid #16F8E2;
}