Shades of Turquoise #22ECCC
Tints of Turquoise #22ECCC
RGB
CMYK
RGB Variations
Color information
#22ECCC (or 0x22ECCC) is known color: Turquoise. HEX triplet: 22, EC and CC. RGB value is (34,236,204). Sum of RGB (Red+Green+Blue) = 34+236+204=474 (62% of max value = 765). Red value is 34 (13.67% from 255 or 7.17% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #22ECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #22ECCC is #DD1333. Grayscale: #ABABAB. Windows color (decimal): -14488372 or 13429794. OLE color: 13429794.
HSL color Cylindrical-coordinate representation of color #22ECCC: hue angle of 170.5º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22ECCC is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 236 | 204 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.07 |
| HSL | 170.5º | 0.84% | 0.53% | - |
| HSV(B) | 170.5º | 0.86% | 0.93% | - |
| XYZ | 41.55 | 64.69 | 67.42 | - |
| YUV | 171.95 | 146.08 | 29.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 236 | 204 | 0.86 | 0 | 0.14 | 0.07 | 170.5 | 0.84 | 0.53 |
| Hex | 22 | EC | CC | 56 | 0 | E | 7 | AA | 54 | 35 |
| Octal | 42 | 354 | 314 | 126 | 0 | 16 | 7 | 252 | 124 | 65 |
| Binary | 100010 | 11101100 | 11001100 | 1010110 | 0 | 1110 | 111 | 10101010 | 1010100 | 110101 |
Color Harmonies of #22ECCC
Complementary color
Monochromatic Colors of #22ECCC
Black with #22ECCC
Text Example
Text Example
White with #22ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22ECCC; }
p { color: rgb(34,236,204); }
H1.HeaderClassName
{
color: #22ECCC;
}
.AnyTagClassName
{
color: #22ECCC;
}
</style>
background-color css
<style>
a { background-color: #22ECCC; }
a { background-color: rgb(34,236,204); }
div.DivClassName
{
background-color: #22ECCC;
}
.BgClassName
{
background-color: #22ECCC;
}
</style>
border-color css
<style>
span { border-color: #22ECCC; }
span { border-color: rgb(34,236,204); }
td.TdClassName
{
border-color: #22ECCC;
}
.TagClassName
{
border-color: #22ECCC;
}
</style>