Explore the base color
Review HEX, RGB, HSL, and HSV for cyan, then browse shades, tints, tones, and hues.
Cyan color codes for #00FFFF — HEX, RGB, HSL, HSV, shades, named cyans, and copy-ready CSS.
Loading tool…
Follow these steps for a clear answer.
Review HEX, RGB, HSL, and HSV for cyan, then browse shades, tints, tones, and hues.
Click a generated strip or a CSS named cyan shade to load codes and harmonies.
Copy HEX, rgb(), hsl(), or the keyword—and check contrast on white and black.
Core relationships used by this color tool.
Common picks with formula and result.
CSS keyword
Family neighbor
Background use
Harmony hint
Version 1.0.0
Shades/tints/tones adjust HSL L or S from base H; harmonies offset H on the hue circleCyan (alias aqua) is a bright web primary. Prefer teal/darkcyan for readable UI chrome.
For full keyword search across all hues, use HTML color codes. For palette generation, try the color scheme generator or color wheel.
:root {
--cyan: #00ffff;
--cyan-deep: #008b8b;
--cyan-soft: #e0ffff;
}
.banner {
background-color: var(--cyan);
color: #ffffff;
}
| Name | HEX | RGB | Feel |
|---|---|---|---|
| cyan | #00FFFF | 0, 255, 255 | Base keyword |
| aqua | #00FFFF | 0, 255, 255 | Named shade |
| teal | #008080 | 0, 128, 128 | Named shade |
| turquoise | #40E0D0 | 64, 224, 208 | Named shade |
| darkcyan | #008B8B | 0, 139, 139 | Dark shade |
| lightcyan | #E0FFFF | 224, 255, 255 | Light tint |
| aquamarine | #7FFFD4 | 127, 255, 212 | Named shade |
| blue | #0000FF | 0, 0, 255 | Named shade |
| cadetblue | #5F9EA0 | 95, 158, 160 | Named shade |
| darkturquoise | #00CED1 | 0, 206, 209 | Dark shade |
| lightseagreen | #20B2AA | 32, 178, 170 | Light tint |
| mediumaquamarine | #66CDAA | 102, 205, 170 | Mid tone |
Key distinctions behind the tool.
The CSS named color cyan is #00FFFF, equal to rgb(0, 255, 255) and hsl(180°, 100%, 50%).
Cyan/aqua is full-bright. Teal is the darker, more professional sibling.
Navy, charcoal, and white keep cyan modern. Coral accents warm a cool palette. Always check text contrast.
Cyan on white fails contrast for text—use darkcyan/teal for labels, or cyan on dark backgrounds.
Use color: cyan;, color: #00FFFF;, or color: rgb(0, 255, 255); on any property that accepts a <color> value, including background-color and border-color.