Shades of Turquoise #21D9BA
Tints of Turquoise #21D9BA
RGB
CMYK
RGB Variations
Color information
#21D9BA (or 0x21D9BA) is known color: Turquoise. HEX triplet: 21, D9 and BA. RGB value is (33,217,186). Sum of RGB (Red+Green+Blue) = 33+217+186=436 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.57% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 217 - color contains mainly: green. Hex color #21D9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D9BA is #DE2645. Grayscale: #9E9E9E. Windows color (decimal): -14558790 or 12245281. OLE color: 12245281.
HSL color Cylindrical-coordinate representation of color #21D9BA: hue angle of 169.89º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D9BA is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 217 | 186 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.15 |
| HSL | 169.89º | 0.74% | 0.49% | - |
| HSV(B) | 169.89º | 0.85% | 0.85% | - |
| XYZ | 34.3 | 53.49 | 54.97 | - |
| YUV | 158.45 | 143.54 | 38.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 217 | 186 | 0.85 | 0 | 0.14 | 0.15 | 169.89 | 0.74 | 0.49 |
| Hex | 21 | D9 | BA | 55 | 0 | E | F | AA | 4A | 31 |
| Octal | 41 | 331 | 272 | 125 | 0 | 16 | 17 | 252 | 112 | 61 |
| Binary | 100001 | 11011001 | 10111010 | 1010101 | 0 | 1110 | 1111 | 10101010 | 1001010 | 110001 |
Color Harmonies of #21D9BA
Complementary color
Monochromatic Colors of #21D9BA
Black with #21D9BA
Text Example
Text Example
White with #21D9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D9BA; }
p { color: rgb(33,217,186); }
H1.HeaderClassName
{
color: #21D9BA;
}
.AnyTagClassName
{
color: #21D9BA;
}
</style>
background-color css
<style>
a { background-color: #21D9BA; }
a { background-color: rgb(33,217,186); }
div.DivClassName
{
background-color: #21D9BA;
}
.BgClassName
{
background-color: #21D9BA;
}
</style>
border-color css
<style>
span { border-color: #21D9BA; }
span { border-color: rgb(33,217,186); }
td.TdClassName
{
border-color: #21D9BA;
}
.TagClassName
{
border-color: #21D9BA;
}
</style>