Shades of Turquoise #21DAC0
Tints of Turquoise #21DAC0
RGB
CMYK
RGB Variations
Color information
#21DAC0 (or 0x21DAC0) is known color: Turquoise. HEX triplet: 21, DA and C0. RGB value is (33,218,192). Sum of RGB (Red+Green+Blue) = 33+218+192=443 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.45% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #21DAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DAC0 is #DE253F. Grayscale: #9F9F9F. Windows color (decimal): -14558528 or 12638753. OLE color: 12638753.
HSL color Cylindrical-coordinate representation of color #21DAC0: hue angle of 171.57º 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 #21DAC0 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 218 | 192 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.15 |
| HSL | 171.57º | 0.74% | 0.49% | - |
| HSV(B) | 171.57º | 0.85% | 0.85% | - |
| XYZ | 35.21 | 54.27 | 58.49 | - |
| YUV | 159.72 | 146.21 | 37.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 218 | 192 | 0.85 | 0 | 0.12 | 0.15 | 171.57 | 0.74 | 0.49 |
| Hex | 21 | DA | C0 | 55 | 0 | C | F | AC | 4A | 31 |
| Octal | 41 | 332 | 300 | 125 | 0 | 14 | 17 | 254 | 112 | 61 |
| Binary | 100001 | 11011010 | 11000000 | 1010101 | 0 | 1100 | 1111 | 10101100 | 1001010 | 110001 |
Color Harmonies of #21DAC0
Complementary color
Monochromatic Colors of #21DAC0
Black with #21DAC0
Text Example
Text Example
White with #21DAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DAC0; }
p { color: rgb(33,218,192); }
H1.HeaderClassName
{
color: #21DAC0;
}
.AnyTagClassName
{
color: #21DAC0;
}
</style>
background-color css
<style>
a { background-color: #21DAC0; }
a { background-color: rgb(33,218,192); }
div.DivClassName
{
background-color: #21DAC0;
}
.BgClassName
{
background-color: #21DAC0;
}
</style>
border-color css
<style>
span { border-color: #21DAC0; }
span { border-color: rgb(33,218,192); }
td.TdClassName
{
border-color: #21DAC0;
}
.TagClassName
{
border-color: #21DAC0;
}
</style>