Shades of Dark Turquoise #21CCD5
Tints of Dark Turquoise #21CCD5
RGB
CMYK
RGB Variations
Color information
#21CCD5 (or 0x21CCD5) is known color: Dark Turquoise. HEX triplet: 21, CC and D5. RGB value is (33,204,213). Sum of RGB (Red+Green+Blue) = 33+204+213=450 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.33% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 213 - color contains mainly: blue. Hex color #21CCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CCD5 is #DE332A. Grayscale: #999999. Windows color (decimal): -14562091 or 14011425. OLE color: 14011425.
HSL color Cylindrical-coordinate representation of color #21CCD5: hue angle of 183º 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 #21CCD5 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 204 | 213 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.16 |
| HSL | 183º | 0.73% | 0.48% | - |
| HSV(B) | 183º | 0.85% | 0.84% | - |
| XYZ | 34.23 | 48.31 | 70.47 | - |
| YUV | 153.9 | 161.35 | 41.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 213 | 0.85 | 0.04 | 0 | 0.16 | 183 | 0.73 | 0.48 |
| Hex | 21 | CC | D5 | 55 | 4 | 0 | 10 | B7 | 49 | 30 |
| Octal | 41 | 314 | 325 | 125 | 4 | 0 | 20 | 267 | 111 | 60 |
| Binary | 100001 | 11001100 | 11010101 | 1010101 | 100 | 0 | 10000 | 10110111 | 1001001 | 110000 |
Color Harmonies of #21CCD5
Complementary color
Monochromatic Colors of #21CCD5
Black with #21CCD5
Text Example
Text Example
White with #21CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CCD5; }
p { color: rgb(33,204,213); }
H1.HeaderClassName
{
color: #21CCD5;
}
.AnyTagClassName
{
color: #21CCD5;
}
</style>
background-color css
<style>
a { background-color: #21CCD5; }
a { background-color: rgb(33,204,213); }
div.DivClassName
{
background-color: #21CCD5;
}
.BgClassName
{
background-color: #21CCD5;
}
</style>
border-color css
<style>
span { border-color: #21CCD5; }
span { border-color: rgb(33,204,213); }
td.TdClassName
{
border-color: #21CCD5;
}
.TagClassName
{
border-color: #21CCD5;
}
</style>