Shades of Turquoise #21DDCD
Tints of Turquoise #21DDCD
RGB
CMYK
RGB Variations
Color information
#21DDCD (or 0x21DDCD) is known color: Turquoise. HEX triplet: 21, DD and CD. RGB value is (33,221,205). Sum of RGB (Red+Green+Blue) = 33+221+205=459 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.19% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #21DDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DDCD is #DE2232. Grayscale: #A2A2A2. Windows color (decimal): -14557747 or 13491489. OLE color: 13491489.
HSL color Cylindrical-coordinate representation of color #21DDCD: hue angle of 174.89º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DDCD is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 221 | 205 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.13 |
| HSL | 174.89º | 0.74% | 0.5% | - |
| HSV(B) | 174.89º | 0.85% | 0.87% | - |
| XYZ | 37.5 | 56.44 | 66.68 | - |
| YUV | 162.96 | 151.72 | 35.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 221 | 205 | 0.85 | 0 | 0.07 | 0.13 | 174.89 | 0.74 | 0.5 |
| Hex | 21 | DD | CD | 55 | 0 | 7 | D | AF | 4A | 32 |
| Octal | 41 | 335 | 315 | 125 | 0 | 7 | 15 | 257 | 112 | 62 |
| Binary | 100001 | 11011101 | 11001101 | 1010101 | 0 | 111 | 1101 | 10101111 | 1001010 | 110010 |
Color Harmonies of #21DDCD
Complementary color
Monochromatic Colors of #21DDCD
Black with #21DDCD
Text Example
Text Example
White with #21DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DDCD; }
p { color: rgb(33,221,205); }
H1.HeaderClassName
{
color: #21DDCD;
}
.AnyTagClassName
{
color: #21DDCD;
}
</style>
background-color css
<style>
a { background-color: #21DDCD; }
a { background-color: rgb(33,221,205); }
div.DivClassName
{
background-color: #21DDCD;
}
.BgClassName
{
background-color: #21DDCD;
}
</style>
border-color css
<style>
span { border-color: #21DDCD; }
span { border-color: rgb(33,221,205); }
td.TdClassName
{
border-color: #21DDCD;
}
.TagClassName
{
border-color: #21DDCD;
}
</style>