#7CE9F0
A light, vivid cyan closely aligning with Paleturquoise.
About #7CE9F0
At its core, #7CE9F0 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Paleturquoise. In the RGB color space, it consists of 124 red, 233 green, and 240 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 48% C, 3% M, 0% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7CE9F0
RGB124, 233, 240
HSL183.6°, 79.5%, 71.4%
CMYK48%, 3%, 0%, 6%
HSV183.6°, 48.3%, 94.1%
LAB86.4, -29.5, -13.1
XYZ53.2, 68.9, 92.9
Decimal8186352
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.77:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CE9F0;
}
.text-color {
color: #7CE9F0;
}
.border-color {
border: 2px solid #7CE9F0;
}