Shades of Turquoise #21DDC9
Tints of Turquoise #21DDC9
RGB
CMYK
RGB Variations
Color information
#21DDC9 (or 0x21DDC9) is known color: Turquoise. HEX triplet: 21, DD and C9. RGB value is (33,221,201). Sum of RGB (Red+Green+Blue) = 33+221+201=455 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.25% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #21DDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DDC9 is #DE2236. Grayscale: #A2A2A2. Windows color (decimal): -14557751 or 13229345. OLE color: 13229345.
HSL color Cylindrical-coordinate representation of color #21DDC9: hue angle of 173.62º 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 #21DDC9 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 221 | 201 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.13 |
| HSL | 173.62º | 0.74% | 0.5% | - |
| HSV(B) | 173.62º | 0.85% | 0.87% | - |
| XYZ | 37.03 | 56.25 | 64.16 | - |
| YUV | 162.51 | 149.72 | 35.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 221 | 201 | 0.85 | 0 | 0.09 | 0.13 | 173.62 | 0.74 | 0.5 |
| Hex | 21 | DD | C9 | 55 | 0 | 9 | D | AE | 4A | 32 |
| Octal | 41 | 335 | 311 | 125 | 0 | 11 | 15 | 256 | 112 | 62 |
| Binary | 100001 | 11011101 | 11001001 | 1010101 | 0 | 1001 | 1101 | 10101110 | 1001010 | 110010 |
Color Harmonies of #21DDC9
Complementary color
Monochromatic Colors of #21DDC9
Black with #21DDC9
Text Example
Text Example
White with #21DDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DDC9; }
p { color: rgb(33,221,201); }
H1.HeaderClassName
{
color: #21DDC9;
}
.AnyTagClassName
{
color: #21DDC9;
}
</style>
background-color css
<style>
a { background-color: #21DDC9; }
a { background-color: rgb(33,221,201); }
div.DivClassName
{
background-color: #21DDC9;
}
.BgClassName
{
background-color: #21DDC9;
}
</style>
border-color css
<style>
span { border-color: #21DDC9; }
span { border-color: rgb(33,221,201); }
td.TdClassName
{
border-color: #21DDC9;
}
.TagClassName
{
border-color: #21DDC9;
}
</style>