Shades of Turquoise #22ECC9
Tints of Turquoise #22ECC9
RGB
CMYK
RGB Variations
Color information
#22ECC9 (or 0x22ECC9) is known color: Turquoise. HEX triplet: 22, EC and C9. RGB value is (34,236,201). Sum of RGB (Red+Green+Blue) = 34+236+201=471 (62% of max value = 765). Red value is 34 (13.67% from 255 or 7.22% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #22ECC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #22ECC9 is #DD1336. Grayscale: #ABABAB. Windows color (decimal): -14488375 or 13233186. OLE color: 13233186.
HSL color Cylindrical-coordinate representation of color #22ECC9: hue angle of 169.6º 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 #22ECC9 is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 236 | 201 | - |
| CMYK | 0.86 | 0 | 0.15 | 0.07 |
| HSL | 169.6º | 0.84% | 0.53% | - |
| HSV(B) | 169.6º | 0.86% | 0.93% | - |
| XYZ | 41.2 | 64.55 | 65.55 | - |
| YUV | 171.61 | 144.58 | 29.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 236 | 201 | 0.86 | 0 | 0.15 | 0.07 | 169.6 | 0.84 | 0.53 |
| Hex | 22 | EC | C9 | 56 | 0 | F | 7 | AA | 54 | 35 |
| Octal | 42 | 354 | 311 | 126 | 0 | 17 | 7 | 252 | 124 | 65 |
| Binary | 100010 | 11101100 | 11001001 | 1010110 | 0 | 1111 | 111 | 10101010 | 1010100 | 110101 |
Color Harmonies of #22ECC9
Complementary color
Monochromatic Colors of #22ECC9
Black with #22ECC9
Text Example
Text Example
White with #22ECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22ECC9; }
p { color: rgb(34,236,201); }
H1.HeaderClassName
{
color: #22ECC9;
}
.AnyTagClassName
{
color: #22ECC9;
}
</style>
background-color css
<style>
a { background-color: #22ECC9; }
a { background-color: rgb(34,236,201); }
div.DivClassName
{
background-color: #22ECC9;
}
.BgClassName
{
background-color: #22ECC9;
}
</style>
border-color css
<style>
span { border-color: #22ECC9; }
span { border-color: rgb(34,236,201); }
td.TdClassName
{
border-color: #22ECC9;
}
.TagClassName
{
border-color: #22ECC9;
}
</style>