Shades of Turquoise #21DCCA
Tints of Turquoise #21DCCA
RGB
CMYK
RGB Variations
Color information
#21DCCA (or 0x21DCCA) is known color: Turquoise. HEX triplet: 21, DC and CA. RGB value is (33,220,202). Sum of RGB (Red+Green+Blue) = 33+220+202=455 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.25% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #21DCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DCCA is #DE2335. Grayscale: #A1A1A1. Windows color (decimal): -14558006 or 13294625. OLE color: 13294625.
HSL color Cylindrical-coordinate representation of color #21DCCA: hue angle of 174.22º 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 #21DCCA is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 220 | 202 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.14 |
| HSL | 174.22º | 0.74% | 0.5% | - |
| HSV(B) | 174.22º | 0.85% | 0.86% | - |
| XYZ | 36.88 | 55.77 | 64.7 | - |
| YUV | 162.04 | 150.55 | 35.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 220 | 202 | 0.85 | 0 | 0.08 | 0.14 | 174.22 | 0.74 | 0.5 |
| Hex | 21 | DC | CA | 55 | 0 | 8 | E | AE | 4A | 32 |
| Octal | 41 | 334 | 312 | 125 | 0 | 10 | 16 | 256 | 112 | 62 |
| Binary | 100001 | 11011100 | 11001010 | 1010101 | 0 | 1000 | 1110 | 10101110 | 1001010 | 110010 |
Color Harmonies of #21DCCA
Complementary color
Monochromatic Colors of #21DCCA
Black with #21DCCA
Text Example
Text Example
White with #21DCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DCCA; }
p { color: rgb(33,220,202); }
H1.HeaderClassName
{
color: #21DCCA;
}
.AnyTagClassName
{
color: #21DCCA;
}
</style>
background-color css
<style>
a { background-color: #21DCCA; }
a { background-color: rgb(33,220,202); }
div.DivClassName
{
background-color: #21DCCA;
}
.BgClassName
{
background-color: #21DCCA;
}
</style>
border-color css
<style>
span { border-color: #21DCCA; }
span { border-color: rgb(33,220,202); }
td.TdClassName
{
border-color: #21DCCA;
}
.TagClassName
{
border-color: #21DCCA;
}
</style>