#6DE2DB
A light, moderate cyan closely aligning with Mediumturquoise.
About #6DE2DB
Visually, #6DE2DB is defined as a moderate cyan. If you're using CSS, you might find it aligns closely with Mediumturquoise. This translates to an RGB value of rgb(109, 226, 219).
Translating this color to physical media requires the CMYK color model. The color uses 52% Cyan, 0% Magenta, 3% Yellow, and 11% Black. The HSL representation is 176.4° hue, 66.9% saturation, and 65.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#6DE2DB
RGB109, 226, 219
HSL176.4°, 66.9%, 65.7%
CMYK52%, 0%, 3%, 11%
HSV176.4°, 51.8%, 88.6%
LAB83.3, -34.7, -6.7
XYZ46.3, 62.8, 76.7
Decimal7201499
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.55:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DE2DB;
}
.text-color {
color: #6DE2DB;
}
.border-color {
border: 2px solid #6DE2DB;
}