Shades of Dark Turquoise #21CEDC
Tints of Dark Turquoise #21CEDC
RGB
CMYK
RGB Variations
Color information
#21CEDC (or 0x21CEDC) is known color: Dark Turquoise. HEX triplet: 21, CE and DC. RGB value is (33,206,220). Sum of RGB (Red+Green+Blue) = 33+206+220=459 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.19% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #21CEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CEDC is #DE3123. Grayscale: #9B9B9B. Windows color (decimal): -14561572 or 14470689. OLE color: 14470689.
HSL color Cylindrical-coordinate representation of color #21CEDC: hue angle of 184.49º 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 #21CEDC is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 206 | 220 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.14 |
| HSL | 184.49º | 0.74% | 0.5% | - |
| HSV(B) | 184.49º | 0.85% | 0.86% | - |
| XYZ | 35.62 | 49.63 | 75.41 | - |
| YUV | 155.87 | 164.19 | 40.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 206 | 220 | 0.85 | 0.06 | 0 | 0.14 | 184.49 | 0.74 | 0.5 |
| Hex | 21 | CE | DC | 55 | 6 | 0 | E | B8 | 4A | 32 |
| Octal | 41 | 316 | 334 | 125 | 6 | 0 | 16 | 270 | 112 | 62 |
| Binary | 100001 | 11001110 | 11011100 | 1010101 | 110 | 0 | 1110 | 10111000 | 1001010 | 110010 |
Color Harmonies of #21CEDC
Complementary color
Monochromatic Colors of #21CEDC
Black with #21CEDC
Text Example
Text Example
White with #21CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CEDC; }
p { color: rgb(33,206,220); }
H1.HeaderClassName
{
color: #21CEDC;
}
.AnyTagClassName
{
color: #21CEDC;
}
</style>
background-color css
<style>
a { background-color: #21CEDC; }
a { background-color: rgb(33,206,220); }
div.DivClassName
{
background-color: #21CEDC;
}
.BgClassName
{
background-color: #21CEDC;
}
</style>
border-color css
<style>
span { border-color: #21CEDC; }
span { border-color: rgb(33,206,220); }
td.TdClassName
{
border-color: #21CEDC;
}
.TagClassName
{
border-color: #21CEDC;
}
</style>