#28F8DE
A medium, vivid cyan closely aligning with Turquoise.
About #28F8DE
When working with digital screens, the color #28F8DE is rendered by mixing light. If you're using CSS, you might find it aligns closely with Turquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 40, 248, and 222.
Translating this color to physical media requires the CMYK color model. The color uses 84% Cyan, 0% Magenta, 10% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#28F8DE
RGB40, 248, 222
HSL172.5°, 93.7%, 56.5%
CMYK84%, 0%, 10%, 3%
HSV172.5°, 83.9%, 97.3%
LAB88.4, -52.8, -1.0
XYZ47.6, 72.9, 80.7
Decimal2685150
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.57:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #28F8DE;
}
.text-color {
color: #28F8DE;
}
.border-color {
border: 2px solid #28F8DE;
}