#7CE2E2
A light, moderate cyan closely aligning with Mediumturquoise.
About #7CE2E2
At its core, #7CE2E2 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Mediumturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 226, and 226.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 45% cyan, 0% magenta, 0% yellow, and 11% black. The HSL representation is 180.0° hue, 63.7% saturation, and 68.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7CE2E2
RGB124, 226, 226
HSL180.0°, 63.7%, 68.6%
CMYK45%, 0%, 0%, 11%
HSV180.0°, 45.1%, 88.6%
LAB84.1, -29.7, -9.3
XYZ49.2, 64.2, 81.7
Decimal8184546
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.83:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CE2E2;
}
.text-color {
color: #7CE2E2;
}
.border-color {
border: 2px solid #7CE2E2;
}