Teal 500
#14b8a6
teal-500
The base teal, modern and fresh.
Color Values
| Hex | #14b8a6 | |
| RGB | rgb(20, 184, 166) | |
| HSL | hsl(173, 80%, 40%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="teal-500">
Background
</div>
<p class="teal-500">
Text
</p>
<div class="teal-500 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-teal-500: #14b8a6;
/* Direct Usage */
.element {
color: #14b8a6;
background-color: rgb(20, 184, 166);
}Best Use Cases
Tech accents
Modern buttons
Fresh states
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors