Shades of Turquoise #22E6CE
Tints of Turquoise #22E6CE
RGB
CMYK
RGB Variations
Color information
#22E6CE (or 0x22E6CE) is known color: Turquoise. HEX triplet: 22, E6 and CE. RGB value is (34,230,206). Sum of RGB (Red+Green+Blue) = 34+230+206=470 (62% of max value = 765). Red value is 34 (13.67% from 255 or 7.23% from 470); Green value is 230 (90.23% from 255 or 48.94% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 230 - color contains mainly: green. Hex color #22E6CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #22E6CE is #DD1931. Grayscale: #A8A8A8. Windows color (decimal): -14489906 or 13559330. OLE color: 13559330.
HSL color Cylindrical-coordinate representation of color #22E6CE: hue angle of 172.65º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22E6CE is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 34 | 230 | 206 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.10 |
| HSL | 172.65º | 0.8% | 0.52% | - |
| HSV(B) | 172.65º | 0.85% | 0.9% | - |
| XYZ | 40.1 | 61.39 | 68.13 | - |
| YUV | 168.66 | 149.07 | 31.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 230 | 206 | 0.85 | 0 | 0.10 | 0.10 | 172.65 | 0.8 | 0.52 |
| Hex | 22 | E6 | CE | 55 | 0 | A | A | AD | 50 | 34 |
| Octal | 42 | 346 | 316 | 125 | 0 | 12 | 12 | 255 | 120 | 64 |
| Binary | 100010 | 11100110 | 11001110 | 1010101 | 0 | 1010 | 1010 | 10101101 | 1010000 | 110100 |
Color Harmonies of #22E6CE
Complementary color
Monochromatic Colors of #22E6CE
Black with #22E6CE
Text Example
Text Example
White with #22E6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22E6CE; }
p { color: rgb(34,230,206); }
H1.HeaderClassName
{
color: #22E6CE;
}
.AnyTagClassName
{
color: #22E6CE;
}
</style>
background-color css
<style>
a { background-color: #22E6CE; }
a { background-color: rgb(34,230,206); }
div.DivClassName
{
background-color: #22E6CE;
}
.BgClassName
{
background-color: #22E6CE;
}
</style>
border-color css
<style>
span { border-color: #22E6CE; }
span { border-color: rgb(34,230,206); }
td.TdClassName
{
border-color: #22E6CE;
}
.TagClassName
{
border-color: #22E6CE;
}
</style>