#7CE9E9
A light, vivid cyan closely aligning with Mediumturquoise.
About #7CE9E9
At its core, #7CE9E9 is a light and vivid hue. Designers often compare it to the standard color Mediumturquoise. Its digital footprint relies on 124 parts red, 233 parts green, and 233 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 47% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#7CE9E9
RGB124, 233, 233
HSL180.0°, 71.2%, 70.0%
CMYK47%, 0%, 0%, 9%
HSV180.0°, 46.8%, 91.4%
LAB86.2, -31.3, -9.7
XYZ52.2, 68.4, 87.6
Decimal8186345
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.69:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CE9E9;
}
.text-color {
color: #7CE9E9;
}
.border-color {
border: 2px solid #7CE9E9;
}