#3AC5D3
A medium, moderate cyan closely aligning with Darkturquoise.
About #3AC5D3
Visually, #3AC5D3 is defined as a moderate cyan. It is closely associated with the named CSS color Darkturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 197, and 211.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 73% cyan, 7% magenta, 0% yellow, and 17% black. With a hue angle of 185.5 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3AC5D3
RGB58, 197, 211
HSL185.5°, 63.5%, 52.7%
CMYK73%, 7%, 0%, 17%
HSV185.5°, 72.5%, 82.7%
LAB73.2, -31.6, -17.6
XYZ33.5, 45.5, 68.7
Decimal3851731
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.08:1
Text on #FFFFFF
FAIL
10.11:1
Text on #000000
AAA
1.99:1
Text on #F8FAFC
FAIL
8.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AC5D3;
}
.text-color {
color: #3AC5D3;
}
.border-color {
border: 2px solid #3AC5D3;
}