#7CF0F8
A light, vivid cyan closely aligning with Paleturquoise.
About #7CF0F8
Visually, #7CF0F8 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Paleturquoise. In the RGB color space, it consists of 124 red, 240 green, and 248 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 50% C, 3% M, 0% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7CF0F8
RGB124, 240, 248
HSL183.9°, 89.9%, 72.9%
CMYK50%, 3%, 0%, 3%
HSV183.9°, 50.0%, 97.3%
LAB88.6, -30.8, -14.0
XYZ56.4, 73.4, 100.0
Decimal8188152
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.68:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CF0F8;
}
.text-color {
color: #7CF0F8;
}
.border-color {
border: 2px solid #7CF0F8;
}