Shades of Turquoise #21DBC8
Tints of Turquoise #21DBC8
RGB
CMYK
RGB Variations
Color information
#21DBC8 (or 0x21DBC8) is known color: Turquoise. HEX triplet: 21, DB and C8. RGB value is (33,219,200). Sum of RGB (Red+Green+Blue) = 33+219+200=452 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.30% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #21DBC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DBC8 is #DE2437. Grayscale: #A1A1A1. Windows color (decimal): -14558264 or 13163297. OLE color: 13163297.
HSL color Cylindrical-coordinate representation of color #21DBC8: hue angle of 173.87º 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 #21DBC8 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 219 | 200 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.14 |
| HSL | 173.87º | 0.74% | 0.49% | - |
| HSV(B) | 173.87º | 0.85% | 0.86% | - |
| XYZ | 36.38 | 55.16 | 63.37 | - |
| YUV | 161.22 | 149.88 | 36.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 219 | 200 | 0.85 | 0 | 0.09 | 0.14 | 173.87 | 0.74 | 0.49 |
| Hex | 21 | DB | C8 | 55 | 0 | 9 | E | AE | 4A | 31 |
| Octal | 41 | 333 | 310 | 125 | 0 | 11 | 16 | 256 | 112 | 61 |
| Binary | 100001 | 11011011 | 11001000 | 1010101 | 0 | 1001 | 1110 | 10101110 | 1001010 | 110001 |
Color Harmonies of #21DBC8
Complementary color
Monochromatic Colors of #21DBC8
Black with #21DBC8
Text Example
Text Example
White with #21DBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DBC8; }
p { color: rgb(33,219,200); }
H1.HeaderClassName
{
color: #21DBC8;
}
.AnyTagClassName
{
color: #21DBC8;
}
</style>
background-color css
<style>
a { background-color: #21DBC8; }
a { background-color: rgb(33,219,200); }
div.DivClassName
{
background-color: #21DBC8;
}
.BgClassName
{
background-color: #21DBC8;
}
</style>
border-color css
<style>
span { border-color: #21DBC8; }
span { border-color: rgb(33,219,200); }
td.TdClassName
{
border-color: #21DBC8;
}
.TagClassName
{
border-color: #21DBC8;
}
</style>