#5FF8E2
A light, vivid cyan closely aligning with Turquoise.
About #5FF8E2
When working with digital screens, the color #5FF8E2 is rendered by mixing light. Its closest recognized web color is Turquoise. This translates to an RGB value of rgb(95, 248, 226).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 62% cyan, 0% magenta, 9% yellow, and 3% black. With a hue angle of 171.4 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FF8E2
RGB95, 248, 226
HSL171.4°, 91.6%, 67.3%
CMYK62%, 0%, 9%, 3%
HSV171.4°, 61.7%, 97.3%
LAB89.4, -45.4, -1.5
XYZ52.0, 75.1, 83.7
Decimal6289634
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.01:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FF8E2;
}
.text-color {
color: #5FF8E2;
}
.border-color {
border: 2px solid #5FF8E2;
}