Dark Cyan Hex Code — #008B8B
RGB, HSL, and CMYK values for Dark Cyan.
Dark Cyan Color Values
| Format | Value |
|---|---|
| HEX | #008B8B |
| RGB | rgb(0, 139, 139) |
| HSL | hsl(180, 100%, 27%) |
| CMYK | cmyk(100%, 0%, 0%, 45%) |
Want to explore more shades? Use our Color Converter
About Dark Cyan
Color psychology: Focus, depth.
Dark Cyan (#008B8B) is a dark shade of blue. It's commonly used in web design, graphic design, and branding where focus, depth are desired associations.
How to Use Dark Cyan in CSS
/* Using HEX */ color: #008B8B; background-color: #008B8B; /* Using RGB */ color: rgb(0, 139, 139); /* Using HSL */ color: hsl(180, 100%, 27%);