Shades of Turquoise #22ECC3
Tints of Turquoise #22ECC3
RGB
CMYK
RGB Variations
Color information
#22ECC3 (or 0x22ECC3) is known color: Turquoise. HEX triplet: 22, EC and C3. RGB value is (34,236,195). Sum of RGB (Red+Green+Blue) = 34+236+195=465 (61% of max value = 765). Red value is 34 (13.67% from 255 or 7.31% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #22ECC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #22ECC3 is #DD133C. Grayscale: #AAAAAA. Windows color (decimal): -14488381 or 12839970. OLE color: 12839970.
HSL color Cylindrical-coordinate representation of color #22ECC3: hue angle of 167.82º 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 #22ECC3 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 236 | 195 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.07 |
| HSL | 167.82º | 0.84% | 0.53% | - |
| HSV(B) | 167.82º | 0.86% | 0.93% | - |
| XYZ | 40.51 | 64.27 | 61.9 | - |
| YUV | 170.93 | 141.58 | 30.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 236 | 195 | 0.86 | 0 | 0.17 | 0.07 | 167.82 | 0.84 | 0.53 |
| Hex | 22 | EC | C3 | 56 | 0 | 11 | 7 | A8 | 54 | 35 |
| Octal | 42 | 354 | 303 | 126 | 0 | 21 | 7 | 250 | 124 | 65 |
| Binary | 100010 | 11101100 | 11000011 | 1010110 | 0 | 10001 | 111 | 10101000 | 1010100 | 110101 |
Color Harmonies of #22ECC3
Complementary color
Monochromatic Colors of #22ECC3
Black with #22ECC3
Text Example
Text Example
White with #22ECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22ECC3; }
p { color: rgb(34,236,195); }
H1.HeaderClassName
{
color: #22ECC3;
}
.AnyTagClassName
{
color: #22ECC3;
}
</style>
background-color css
<style>
a { background-color: #22ECC3; }
a { background-color: rgb(34,236,195); }
div.DivClassName
{
background-color: #22ECC3;
}
.BgClassName
{
background-color: #22ECC3;
}
</style>
border-color css
<style>
span { border-color: #22ECC3; }
span { border-color: rgb(34,236,195); }
td.TdClassName
{
border-color: #22ECC3;
}
.TagClassName
{
border-color: #22ECC3;
}
</style>