Dark Turquoise Hex Code — #00CED1
RGB, HSL, and CMYK values for Dark Turquoise.
Dark Turquoise Color Values
| Format | Value |
|---|---|
| HEX | #00CED1 |
| RGB | rgb(0, 206, 209) |
| HSL | hsl(181, 100%, 41%) |
| CMYK | cmyk(100%, 1%, 0%, 18%) |
Want to explore more shades? Use our Color Converter
About Dark Turquoise
Color psychology: Clarity, focus.
Dark Turquoise (#00CED1) is a medium shade of blue. It's commonly used in web design, graphic design, and branding where clarity, focus are desired associations.
How to Use Dark Turquoise in CSS
/* Using HEX */ color: #00CED1; background-color: #00CED1; /* Using RGB */ color: rgb(0, 206, 209); /* Using HSL */ color: hsl(181, 100%, 41%);