Explore the base color
Review HEX, RGB, HSL, and HSV for turquoise, then browse shades, tints, tones, and hues.
Turquoise color codes for #40E0D0 — HEX, RGB, HSL, HSV, shades, named turquoises, and copy-ready CSS.
Loading tool…
Follow these steps for a clear answer.
Review HEX, RGB, HSL, and HSV for turquoise, then browse shades, tints, tones, and hues.
Click a generated strip or a CSS named turquoise 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 circleTurquoise sits between cyan and green—ideal for travel, wellness, and fresh brand accents.
For full keyword search across all hues, use HTML color codes. For palette generation, try the color scheme generator or color wheel.
:root {
--turquoise: #40e0d0;
--turquoise-deep: #00ced1;
--turquoise-soft: #afeeee;
}
.banner {
background-color: var(--turquoise);
color: #ffffff;
}
| Name | HEX | RGB | Feel |
|---|---|---|---|
| turquoise | #40E0D0 | 64, 224, 208 | Base keyword |
| mediumturquoise | #48D1CC | 72, 209, 204 | Mid tone |
| darkturquoise | #00CED1 | 0, 206, 209 | Dark shade |
| paleturquoise | #AFEEEE | 175, 238, 238 | Light tint |
| aqua | #00FFFF | 0, 255, 255 | Named shade |
| teal | #008080 | 0, 128, 128 | Named shade |
| aquamarine | #7FFFD4 | 127, 255, 212 | Named shade |
| cadetblue | #5F9EA0 | 95, 158, 160 | Named shade |
| cyan | #00FFFF | 0, 255, 255 | Named shade |
| darkcyan | #008B8B | 0, 139, 139 | Dark shade |
| lightcyan | #E0FFFF | 224, 255, 255 | Light tint |
| lightseagreen | #20B2AA | 32, 178, 170 | Light tint |
Key distinctions behind the tool.
The CSS named color turquoise is #40E0D0, equal to rgb(64, 224, 208) and hsl(174°, 72%, 56%).
Turquoise is brighter and greener. Teal is darker and more muted.
White, sand, and navy support turquoise. Soft pinks create beachy pairs. Always check text contrast.
Turquoise on white may be borderline for small text—darken or increase weight for labels.
Use color: turquoise;, color: #40E0D0;, or color: rgb(64, 224, 208); on any property that accepts a <color> value, including background-color and border-color.