#1DE9E9
A medium, vivid cyan closely aligning with Aqua.
About #1DE9E9
At its core, #1DE9E9 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Aqua. In the RGB color space, it consists of 29 red, 233 green, and 233 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 88% Cyan, 0% Magenta, 0% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DE9E9
RGB29, 233, 233
HSL180.0°, 82.3%, 51.4%
CMYK88%, 0%, 0%, 9%
HSV180.0°, 87.6%, 91.4%
LAB84.2, -44.0, -13.0
XYZ44.4, 64.4, 87.2
Decimal1960425
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.88:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DE9E9;
}
.text-color {
color: #1DE9E9;
}
.border-color {
border: 2px solid #1DE9E9;
}