Shades of Turquoise #22E8CE
Tints of Turquoise #22E8CE
RGB
CMYK
RGB Variations
Color information
#22E8CE (or 0x22E8CE) is known color: Turquoise. HEX triplet: 22, E8 and CE. RGB value is (34,232,206). Sum of RGB (Red+Green+Blue) = 34+232+206=472 (62% of max value = 765). Red value is 34 (13.67% from 255 or 7.20% from 472); Green value is 232 (91.02% from 255 or 49.15% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 232 - color contains mainly: green. Hex color #22E8CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #22E8CE is #DD1731. Grayscale: #A9A9A9. Windows color (decimal): -14489394 or 13559842. OLE color: 13559842.
HSL color Cylindrical-coordinate representation of color #22E8CE: hue angle of 172.12º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22E8CE is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 34 | 232 | 206 | - |
| CMYK | 0.85 | 0 | 0.11 | 0.09 |
| HSL | 172.12º | 0.81% | 0.52% | - |
| HSV(B) | 172.12º | 0.85% | 0.91% | - |
| XYZ | 40.66 | 62.51 | 68.32 | - |
| YUV | 169.83 | 148.4 | 31.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 232 | 206 | 0.85 | 0 | 0.11 | 0.09 | 172.12 | 0.81 | 0.52 |
| Hex | 22 | E8 | CE | 55 | 0 | B | 9 | AC | 51 | 34 |
| Octal | 42 | 350 | 316 | 125 | 0 | 13 | 11 | 254 | 121 | 64 |
| Binary | 100010 | 11101000 | 11001110 | 1010101 | 0 | 1011 | 1001 | 10101100 | 1010001 | 110100 |
Color Harmonies of #22E8CE
Complementary color
Monochromatic Colors of #22E8CE
Black with #22E8CE
Text Example
Text Example
White with #22E8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22E8CE; }
p { color: rgb(34,232,206); }
H1.HeaderClassName
{
color: #22E8CE;
}
.AnyTagClassName
{
color: #22E8CE;
}
</style>
background-color css
<style>
a { background-color: #22E8CE; }
a { background-color: rgb(34,232,206); }
div.DivClassName
{
background-color: #22E8CE;
}
.BgClassName
{
background-color: #22E8CE;
}
</style>
border-color css
<style>
span { border-color: #22E8CE; }
span { border-color: rgb(34,232,206); }
td.TdClassName
{
border-color: #22E8CE;
}
.TagClassName
{
border-color: #22E8CE;
}
</style>