Shades of Turquoise #21DBBD
Tints of Turquoise #21DBBD
RGB
CMYK
RGB Variations
Color information
#21DBBD (or 0x21DBBD) is known color: Turquoise. HEX triplet: 21, DB and BD. RGB value is (33,219,189). Sum of RGB (Red+Green+Blue) = 33+219+189=441 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.48% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #21DBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DBBD is #DE2442. Grayscale: #9F9F9F. Windows color (decimal): -14558275 or 12442401. OLE color: 12442401.
HSL color Cylindrical-coordinate representation of color #21DBBD: hue angle of 170.32º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DBBD is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 219 | 189 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.14 |
| HSL | 170.32º | 0.74% | 0.49% | - |
| HSV(B) | 170.32º | 0.85% | 0.86% | - |
| XYZ | 35.14 | 54.66 | 56.84 | - |
| YUV | 159.97 | 144.38 | 37.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 219 | 189 | 0.85 | 0 | 0.14 | 0.14 | 170.32 | 0.74 | 0.49 |
| Hex | 21 | DB | BD | 55 | 0 | E | E | AA | 4A | 31 |
| Octal | 41 | 333 | 275 | 125 | 0 | 16 | 16 | 252 | 112 | 61 |
| Binary | 100001 | 11011011 | 10111101 | 1010101 | 0 | 1110 | 1110 | 10101010 | 1001010 | 110001 |
Color Harmonies of #21DBBD
Complementary color
Monochromatic Colors of #21DBBD
Black with #21DBBD
Text Example
Text Example
White with #21DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DBBD; }
p { color: rgb(33,219,189); }
H1.HeaderClassName
{
color: #21DBBD;
}
.AnyTagClassName
{
color: #21DBBD;
}
</style>
background-color css
<style>
a { background-color: #21DBBD; }
a { background-color: rgb(33,219,189); }
div.DivClassName
{
background-color: #21DBBD;
}
.BgClassName
{
background-color: #21DBBD;
}
</style>
border-color css
<style>
span { border-color: #21DBBD; }
span { border-color: rgb(33,219,189); }
td.TdClassName
{
border-color: #21DBBD;
}
.TagClassName
{
border-color: #21DBBD;
}
</style>