#00CED1
darkturquoise
#00CED1 is a cyan colour. In RGB it is 0 red, 206 green and 209 blue, which converts to a hue of 181 degrees, 100% saturation and 41% lightness. It is one of the named CSS colours, written as darkturquoise in stylesheets.
Color values
| HEX | #00CED1 |
|---|---|
| RGB | rgb(0, 206, 209) |
| HSL | hsl(181, 100%, 41%) |
| HSV | hsv(181, 100%, 82%) |
| CMYK | cmyk(100%, 1%, 0%, 18%) |
Contrast and accessibility
Against white the contrast ratio is 1.95:1, and against black it is 10.75:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 1.95:1 | Fail | Fail |
| Black | 10.75:1 | AAA | AAA |
Tints and shades
Lighter tints move #00CED1 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #00CED1; |
|---|---|
| CSS rgb() | color: rgb(0 206 209); |
| Tailwind | bg-[#00ced1] |
| SwiftUI | Color(red: 0.000, green: 0.808, blue: 0.820) |
| Android | Color.parseColor("#00CED1") |