#7CF8E9
A light, vivid cyan closely aligning with Turquoise.
About #7CF8E9
When working with digital screens, the color #7CF8E9 is rendered by mixing light. Designers often compare it to the standard color Turquoise. This translates to an RGB value of rgb(124, 248, 233).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 50% C, 0% M, 6% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7CF8E9
RGB124, 248, 233
HSL172.7°, 89.9%, 72.9%
CMYK50%, 0%, 6%, 3%
HSV172.7°, 50.0%, 97.3%
LAB90.5, -38.3, -3.5
XYZ56.6, 77.3, 89.0
Decimal8190185
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.46:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
13.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CF8E9;
}
.text-color {
color: #7CF8E9;
}
.border-color {
border: 2px solid #7CF8E9;
}