Shades of Dark Turquoise #21CCDC
Tints of Dark Turquoise #21CCDC
RGB
CMYK
RGB Variations
Color information
#21CCDC (or 0x21CCDC) is known color: Dark Turquoise. HEX triplet: 21, CC and DC. RGB value is (33,204,220). Sum of RGB (Red+Green+Blue) = 33+204+220=457 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.22% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #21CCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CCDC is #DE3323. Grayscale: #9A9A9A. Windows color (decimal): -14562084 or 14470177. OLE color: 14470177.
HSL color Cylindrical-coordinate representation of color #21CCDC: hue angle of 185.13º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21CCDC is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 204 | 220 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.14 |
| HSL | 185.13º | 0.74% | 0.5% | - |
| HSV(B) | 185.13º | 0.85% | 0.86% | - |
| XYZ | 35.14 | 48.68 | 75.25 | - |
| YUV | 154.7 | 164.85 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 220 | 0.85 | 0.07 | 0 | 0.14 | 185.13 | 0.74 | 0.5 |
| Hex | 21 | CC | DC | 55 | 7 | 0 | E | B9 | 4A | 32 |
| Octal | 41 | 314 | 334 | 125 | 7 | 0 | 16 | 271 | 112 | 62 |
| Binary | 100001 | 11001100 | 11011100 | 1010101 | 111 | 0 | 1110 | 10111001 | 1001010 | 110010 |
Color Harmonies of #21CCDC
Complementary color
Monochromatic Colors of #21CCDC
Black with #21CCDC
Text Example
Text Example
White with #21CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CCDC; }
p { color: rgb(33,204,220); }
H1.HeaderClassName
{
color: #21CCDC;
}
.AnyTagClassName
{
color: #21CCDC;
}
</style>
background-color css
<style>
a { background-color: #21CCDC; }
a { background-color: rgb(33,204,220); }
div.DivClassName
{
background-color: #21CCDC;
}
.BgClassName
{
background-color: #21CCDC;
}
</style>
border-color css
<style>
span { border-color: #21CCDC; }
span { border-color: rgb(33,204,220); }
td.TdClassName
{
border-color: #21CCDC;
}
.TagClassName
{
border-color: #21CCDC;
}
</style>