Shades of Dark Turquoise #21CBDE
Tints of Dark Turquoise #21CBDE
RGB
CMYK
RGB Variations
Color information
#21CBDE (or 0x21CBDE) is known color: Dark Turquoise. HEX triplet: 21, CB and DE. RGB value is (33,203,222). Sum of RGB (Red+Green+Blue) = 33+203+222=458 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.21% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #21CBDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CBDE is #DE3421. Grayscale: #9A9A9A. Windows color (decimal): -14562338 or 14600993. OLE color: 14600993.
HSL color Cylindrical-coordinate representation of color #21CBDE: hue angle of 186.03º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21CBDE is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 203 | 222 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.13 |
| HSL | 186.03º | 0.74% | 0.5% | - |
| HSV(B) | 186.03º | 0.85% | 0.87% | - |
| XYZ | 35.17 | 48.31 | 76.58 | - |
| YUV | 154.34 | 166.18 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 203 | 222 | 0.85 | 0.09 | 0 | 0.13 | 186.03 | 0.74 | 0.5 |
| Hex | 21 | CB | DE | 55 | 9 | 0 | D | BA | 4A | 32 |
| Octal | 41 | 313 | 336 | 125 | 11 | 0 | 15 | 272 | 112 | 62 |
| Binary | 100001 | 11001011 | 11011110 | 1010101 | 1001 | 0 | 1101 | 10111010 | 1001010 | 110010 |
Color Harmonies of #21CBDE
Complementary color
Monochromatic Colors of #21CBDE
Black with #21CBDE
Text Example
Text Example
White with #21CBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CBDE; }
p { color: rgb(33,203,222); }
H1.HeaderClassName
{
color: #21CBDE;
}
.AnyTagClassName
{
color: #21CBDE;
}
</style>
background-color css
<style>
a { background-color: #21CBDE; }
a { background-color: rgb(33,203,222); }
div.DivClassName
{
background-color: #21CBDE;
}
.BgClassName
{
background-color: #21CBDE;
}
</style>
border-color css
<style>
span { border-color: #21CBDE; }
span { border-color: rgb(33,203,222); }
td.TdClassName
{
border-color: #21CBDE;
}
.TagClassName
{
border-color: #21CBDE;
}
</style>