Shades of Dark Turquoise #21CED6
Tints of Dark Turquoise #21CED6
RGB
CMYK
RGB Variations
Color information
#21CED6 (or 0x21CED6) is known color: Dark Turquoise. HEX triplet: 21, CE and D6. RGB value is (33,206,214). Sum of RGB (Red+Green+Blue) = 33+206+214=453 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.28% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 214 - color contains mainly: blue. Hex color #21CED6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CED6 is #DE3129. Grayscale: #9A9A9A. Windows color (decimal): -14561578 or 14077473. OLE color: 14077473.
HSL color Cylindrical-coordinate representation of color #21CED6: hue angle of 182.65º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21CED6 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 206 | 214 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.16 |
| HSL | 182.65º | 0.73% | 0.48% | - |
| HSV(B) | 182.65º | 0.85% | 0.84% | - |
| XYZ | 34.84 | 49.32 | 71.3 | - |
| YUV | 155.19 | 161.19 | 40.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 206 | 214 | 0.85 | 0.04 | 0 | 0.16 | 182.65 | 0.73 | 0.48 |
| Hex | 21 | CE | D6 | 55 | 4 | 0 | 10 | B7 | 49 | 30 |
| Octal | 41 | 316 | 326 | 125 | 4 | 0 | 20 | 267 | 111 | 60 |
| Binary | 100001 | 11001110 | 11010110 | 1010101 | 100 | 0 | 10000 | 10110111 | 1001001 | 110000 |
Color Harmonies of #21CED6
Complementary color
Monochromatic Colors of #21CED6
Black with #21CED6
Text Example
Text Example
White with #21CED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CED6; }
p { color: rgb(33,206,214); }
H1.HeaderClassName
{
color: #21CED6;
}
.AnyTagClassName
{
color: #21CED6;
}
</style>
background-color css
<style>
a { background-color: #21CED6; }
a { background-color: rgb(33,206,214); }
div.DivClassName
{
background-color: #21CED6;
}
.BgClassName
{
background-color: #21CED6;
}
</style>
border-color css
<style>
span { border-color: #21CED6; }
span { border-color: rgb(33,206,214); }
td.TdClassName
{
border-color: #21CED6;
}
.TagClassName
{
border-color: #21CED6;
}
</style>