#66F0F0
A light, vivid cyan closely aligning with Mediumturquoise.
About #66F0F0
At its core, #66F0F0 is a light and vivid hue. Its closest recognized web color is Mediumturquoise. In the RGB color space, it consists of 102 red, 240 green, and 240 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 57% Cyan, 0% Magenta, 0% Yellow, and 6% Black. The HSL representation is 180.0° hue, 82.1% saturation, and 67.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#66F0F0
RGB102, 240, 240
HSL180.0°, 82.1%, 67.1%
CMYK57%, 0%, 0%, 6%
HSV180.0°, 57.5%, 94.1%
LAB87.7, -37.1, -11.3
XYZ52.4, 71.4, 93.5
Decimal6746352
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.29:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.00:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66F0F0;
}
.text-color {
color: #66F0F0;
}
.border-color {
border: 2px solid #66F0F0;
}