Shades of Turquoise #21E8C2
Tints of Turquoise #21E8C2
RGB
CMYK
RGB Variations
Color information
#21E8C2 (or 0x21E8C2) is known color: Turquoise. HEX triplet: 21, E8 and C2. RGB value is (33,232,194). Sum of RGB (Red+Green+Blue) = 33+232+194=459 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.19% from 459); Green value is 232 (91.02% from 255 or 50.54% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 232 - color contains mainly: green. Hex color #21E8C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21E8C2 is #DE173D. Grayscale: #A8A8A8. Windows color (decimal): -14554942 or 12773409. OLE color: 12773409.
HSL color Cylindrical-coordinate representation of color #21E8C2: hue angle of 168.54º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E8C2 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 232 | 194 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.09 |
| HSL | 168.54º | 0.81% | 0.52% | - |
| HSV(B) | 168.54º | 0.86% | 0.91% | - |
| XYZ | 39.22 | 61.93 | 60.93 | - |
| YUV | 168.17 | 142.57 | 31.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 232 | 194 | 0.86 | 0 | 0.16 | 0.09 | 168.54 | 0.81 | 0.52 |
| Hex | 21 | E8 | C2 | 56 | 0 | 10 | 9 | A9 | 51 | 34 |
| Octal | 41 | 350 | 302 | 126 | 0 | 20 | 11 | 251 | 121 | 64 |
| Binary | 100001 | 11101000 | 11000010 | 1010110 | 0 | 10000 | 1001 | 10101001 | 1010001 | 110100 |
Color Harmonies of #21E8C2
Complementary color
Monochromatic Colors of #21E8C2
Black with #21E8C2
Text Example
Text Example
White with #21E8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E8C2; }
p { color: rgb(33,232,194); }
H1.HeaderClassName
{
color: #21E8C2;
}
.AnyTagClassName
{
color: #21E8C2;
}
</style>
background-color css
<style>
a { background-color: #21E8C2; }
a { background-color: rgb(33,232,194); }
div.DivClassName
{
background-color: #21E8C2;
}
.BgClassName
{
background-color: #21E8C2;
}
</style>
border-color css
<style>
span { border-color: #21E8C2; }
span { border-color: rgb(33,232,194); }
td.TdClassName
{
border-color: #21E8C2;
}
.TagClassName
{
border-color: #21E8C2;
}
</style>