#66E2F0
A light, vivid cyan closely aligning with Mediumturquoise.
About #66E2F0
At its core, #66E2F0 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Mediumturquoise. In the RGB color space, it consists of 102 red, 226 green, and 240 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 57% C, 6% 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. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#66E2F0
RGB102, 226, 240
HSL186.1°, 82.1%, 67.1%
CMYK57%, 6%, 0%, 6%
HSV186.1°, 57.5%, 94.1%
LAB83.7, -30.5, -17.3
XYZ48.4, 63.5, 92.1
Decimal6742768
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.70:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66E2F0;
}
.text-color {
color: #66E2F0;
}
.border-color {
border: 2px solid #66E2F0;
}