Shades of Turquoise #21E0CD
Tints of Turquoise #21E0CD
RGB
CMYK
RGB Variations
Color information
#21E0CD (or 0x21E0CD) is known color: Turquoise. HEX triplet: 21, E0 and CD. RGB value is (33,224,205). Sum of RGB (Red+Green+Blue) = 33+224+205=462 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.14% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #21E0CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21E0CD is #DE1F32. Grayscale: #A4A4A4. Windows color (decimal): -14556979 or 13492257. OLE color: 13492257.
HSL color Cylindrical-coordinate representation of color #21E0CD: hue angle of 174.03º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E0CD is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 224 | 205 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.12 |
| HSL | 174.03º | 0.75% | 0.5% | - |
| HSV(B) | 174.03º | 0.85% | 0.88% | - |
| XYZ | 38.3 | 58.04 | 66.94 | - |
| YUV | 164.73 | 150.72 | 34.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 224 | 205 | 0.85 | 0 | 0.08 | 0.12 | 174.03 | 0.75 | 0.5 |
| Hex | 21 | E0 | CD | 55 | 0 | 8 | C | AE | 4B | 32 |
| Octal | 41 | 340 | 315 | 125 | 0 | 10 | 14 | 256 | 113 | 62 |
| Binary | 100001 | 11100000 | 11001101 | 1010101 | 0 | 1000 | 1100 | 10101110 | 1001011 | 110010 |
Color Harmonies of #21E0CD
Complementary color
Monochromatic Colors of #21E0CD
Black with #21E0CD
Text Example
Text Example
White with #21E0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E0CD; }
p { color: rgb(33,224,205); }
H1.HeaderClassName
{
color: #21E0CD;
}
.AnyTagClassName
{
color: #21E0CD;
}
</style>
background-color css
<style>
a { background-color: #21E0CD; }
a { background-color: rgb(33,224,205); }
div.DivClassName
{
background-color: #21E0CD;
}
.BgClassName
{
background-color: #21E0CD;
}
</style>
border-color css
<style>
span { border-color: #21E0CD; }
span { border-color: rgb(33,224,205); }
td.TdClassName
{
border-color: #21E0CD;
}
.TagClassName
{
border-color: #21E0CD;
}
</style>