#6DE2F0
A light, vivid cyan closely aligning with Mediumturquoise.
About #6DE2F0
Visually, #6DE2F0 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Mediumturquoise. This translates to an RGB value of rgb(109, 226, 240).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 55% C, 6% M, 0% Y, and 6% K. The HSL representation is 186.4° hue, 81.4% saturation, and 68.4% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6DE2F0
RGB109, 226, 240
HSL186.4°, 81.4%, 68.4%
CMYK55%, 6%, 0%, 6%
HSV186.4°, 54.6%, 94.1%
LAB83.9, -29.2, -16.9
XYZ49.2, 63.9, 92.2
Decimal7201520
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.79:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DE2F0;
}
.text-color {
color: #6DE2F0;
}
.border-color {
border: 2px solid #6DE2F0;
}