#66F0F8
A light, vivid cyan closely aligning with Mediumturquoise.
About #66F0F8
At its core, #66F0F8 is a light and vivid 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 102, 240, and 248.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 59% C, 3% M, 0% Y, and 3% K. With a hue angle of 183.3 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66F0F8
RGB102, 240, 248
HSL183.3°, 91.3%, 68.6%
CMYK59%, 3%, 0%, 3%
HSV183.3°, 58.9%, 97.3%
LAB87.9, -34.9, -15.1
XYZ53.6, 71.9, 99.9
Decimal6746360
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.38:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66F0F8;
}
.text-color {
color: #66F0F8;
}
.border-color {
border: 2px solid #66F0F8;
}