Shades of Turquoise #21DACD
Tints of Turquoise #21DACD
RGB
CMYK
RGB Variations
Color information
#21DACD (or 0x21DACD) is known color: Turquoise. HEX triplet: 21, DA and CD. RGB value is (33,218,205). Sum of RGB (Red+Green+Blue) = 33+218+205=456 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.24% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #21DACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DACD is #DE2532. Grayscale: #A1A1A1. Windows color (decimal): -14558515 or 13490721. OLE color: 13490721.
HSL color Cylindrical-coordinate representation of color #21DACD: hue angle of 175.78º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DACD is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 218 | 205 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.15 |
| HSL | 175.78º | 0.74% | 0.49% | - |
| HSV(B) | 175.78º | 0.85% | 0.85% | - |
| XYZ | 36.72 | 54.87 | 66.41 | - |
| YUV | 161.2 | 152.71 | 36.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 218 | 205 | 0.85 | 0 | 0.06 | 0.15 | 175.78 | 0.74 | 0.49 |
| Hex | 21 | DA | CD | 55 | 0 | 6 | F | B0 | 4A | 31 |
| Octal | 41 | 332 | 315 | 125 | 0 | 6 | 17 | 260 | 112 | 61 |
| Binary | 100001 | 11011010 | 11001101 | 1010101 | 0 | 110 | 1111 | 10110000 | 1001010 | 110001 |
Color Harmonies of #21DACD
Complementary color
Monochromatic Colors of #21DACD
Black with #21DACD
Text Example
Text Example
White with #21DACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DACD; }
p { color: rgb(33,218,205); }
H1.HeaderClassName
{
color: #21DACD;
}
.AnyTagClassName
{
color: #21DACD;
}
</style>
background-color css
<style>
a { background-color: #21DACD; }
a { background-color: rgb(33,218,205); }
div.DivClassName
{
background-color: #21DACD;
}
.BgClassName
{
background-color: #21DACD;
}
</style>
border-color css
<style>
span { border-color: #21DACD; }
span { border-color: rgb(33,218,205); }
td.TdClassName
{
border-color: #21DACD;
}
.TagClassName
{
border-color: #21DACD;
}
</style>