Shades of Turquoise #21EAC0
Tints of Turquoise #21EAC0
RGB
CMYK
RGB Variations
Color information
#21EAC0 (or 0x21EAC0) is known color: Turquoise. HEX triplet: 21, EA and C0. RGB value is (33,234,192). Sum of RGB (Red+Green+Blue) = 33+234+192=459 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.19% from 459); Green value is 234 (91.80% from 255 or 50.98% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 234 - color contains mainly: green. Hex color #21EAC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EAC0 is #DE153F. Grayscale: #A9A9A9. Windows color (decimal): -14554432 or 12642849. OLE color: 12642849.
HSL color Cylindrical-coordinate representation of color #21EAC0: hue angle of 167.46º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EAC0 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 234 | 192 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.08 |
| HSL | 167.46º | 0.83% | 0.52% | - |
| HSV(B) | 167.46º | 0.86% | 0.92% | - |
| XYZ | 39.56 | 62.97 | 59.94 | - |
| YUV | 169.11 | 140.91 | 30.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 234 | 192 | 0.86 | 0 | 0.18 | 0.08 | 167.46 | 0.83 | 0.52 |
| Hex | 21 | EA | C0 | 56 | 0 | 12 | 8 | A7 | 53 | 34 |
| Octal | 41 | 352 | 300 | 126 | 0 | 22 | 10 | 247 | 123 | 64 |
| Binary | 100001 | 11101010 | 11000000 | 1010110 | 0 | 10010 | 1000 | 10100111 | 1010011 | 110100 |
Color Harmonies of #21EAC0
Complementary color
Monochromatic Colors of #21EAC0
Black with #21EAC0
Text Example
Text Example
White with #21EAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EAC0; }
p { color: rgb(33,234,192); }
H1.HeaderClassName
{
color: #21EAC0;
}
.AnyTagClassName
{
color: #21EAC0;
}
</style>
background-color css
<style>
a { background-color: #21EAC0; }
a { background-color: rgb(33,234,192); }
div.DivClassName
{
background-color: #21EAC0;
}
.BgClassName
{
background-color: #21EAC0;
}
</style>
border-color css
<style>
span { border-color: #21EAC0; }
span { border-color: rgb(33,234,192); }
td.TdClassName
{
border-color: #21EAC0;
}
.TagClassName
{
border-color: #21EAC0;
}
</style>