Explore the base color
Review HEX, RGB, HSL, and HSV for teal, then browse shades, tints, tones, and hues.
Teal color codes for #008080 — HEX, RGB, HSL, HSV, shades, named teals, and copy-ready CSS.
Loading tool…
Follow these steps for a clear answer.
Review HEX, RGB, HSL, and HSV for teal, then browse shades, tints, tones, and hues.
Click a generated strip or a CSS named teal 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 circleTeal is a popular brand color—balanced between blue trust and green freshness.
For full keyword search across all hues, use HTML color codes. For palette generation, try the color scheme generator or color wheel.
:root {
--teal: #008080;
--teal-soft: #20b2aa;
--teal-deep: #004d4d;
}
.banner {
background-color: var(--teal);
color: #ffffff;
}
| Name | HEX | RGB | Feel |
|---|---|---|---|
| teal | #008080 | 0, 128, 128 | Base keyword |
| darkcyan | #008B8B | 0, 139, 139 | Dark shade |
| cyan | #00FFFF | 0, 255, 255 | Named shade |
| turquoise | #40E0D0 | 64, 224, 208 | Named shade |
| cadetblue | #5F9EA0 | 95, 158, 160 | Named shade |
| lightseagreen | #20B2AA | 32, 178, 170 | Light tint |
| aquamarine | #7FFFD4 | 127, 255, 212 | Named shade |
| aqua | #00FFFF | 0, 255, 255 | Named shade |
| darkturquoise | #00CED1 | 0, 206, 209 | Dark shade |
| lightcyan | #E0FFFF | 224, 255, 255 | Light tint |
| mediumaquamarine | #66CDAA | 102, 205, 170 | Mid tone |
| mediumturquoise | #48D1CC | 72, 209, 204 | Mid tone |
Key distinctions behind the tool.
The CSS named color teal is #008080, equal to rgb(0, 128, 128) and hsl(180°, 100%, 25%).
Teal is dark and muted. Cyan is bright and fully saturated.
White, sand, and soft peach pair well. Gold accents can feel premium. Always check text contrast.
Teal on white usually works for headings; verify AA for small text and light-on-teal combinations.
Use color: teal;, color: #008080;, or color: rgb(0, 128, 128); on any property that accepts a <color> value, including background-color and border-color.