Shades of Turquoise #21DCCD
Tints of Turquoise #21DCCD
RGB
CMYK
RGB Variations
Color information
#21DCCD (or 0x21DCCD) is known color: Turquoise. HEX triplet: 21, DC and CD. RGB value is (33,220,205). Sum of RGB (Red+Green+Blue) = 33+220+205=458 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.21% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #21DCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DCCD is #DE2332. Grayscale: #A2A2A2. Windows color (decimal): -14558003 or 13491233. OLE color: 13491233.
HSL color Cylindrical-coordinate representation of color #21DCCD: hue angle of 175.19º 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 #21DCCD is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 220 | 205 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.14 |
| HSL | 175.19º | 0.74% | 0.5% | - |
| HSV(B) | 175.19º | 0.85% | 0.86% | - |
| XYZ | 37.24 | 55.92 | 66.59 | - |
| YUV | 162.38 | 152.05 | 35.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 220 | 205 | 0.85 | 0 | 0.07 | 0.14 | 175.19 | 0.74 | 0.5 |
| Hex | 21 | DC | CD | 55 | 0 | 7 | E | AF | 4A | 32 |
| Octal | 41 | 334 | 315 | 125 | 0 | 7 | 16 | 257 | 112 | 62 |
| Binary | 100001 | 11011100 | 11001101 | 1010101 | 0 | 111 | 1110 | 10101111 | 1001010 | 110010 |
Color Harmonies of #21DCCD
Complementary color
Monochromatic Colors of #21DCCD
Black with #21DCCD
Text Example
Text Example
White with #21DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DCCD; }
p { color: rgb(33,220,205); }
H1.HeaderClassName
{
color: #21DCCD;
}
.AnyTagClassName
{
color: #21DCCD;
}
</style>
background-color css
<style>
a { background-color: #21DCCD; }
a { background-color: rgb(33,220,205); }
div.DivClassName
{
background-color: #21DCCD;
}
.BgClassName
{
background-color: #21DCCD;
}
</style>
border-color css
<style>
span { border-color: #21DCCD; }
span { border-color: rgb(33,220,205); }
td.TdClassName
{
border-color: #21DCCD;
}
.TagClassName
{
border-color: #21DCCD;
}
</style>