Shades of Turquoise #22ECC5
Tints of Turquoise #22ECC5
RGB
CMYK
RGB Variations
Color information
#22ECC5 (or 0x22ECC5) is known color: Turquoise. HEX triplet: 22, EC and C5. RGB value is (34,236,197). Sum of RGB (Red+Green+Blue) = 34+236+197=467 (61% of max value = 765). Red value is 34 (13.67% from 255 or 7.28% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #22ECC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #22ECC5 is #DD133A. Grayscale: #ABABAB. Windows color (decimal): -14488379 or 12971042. OLE color: 12971042.
HSL color Cylindrical-coordinate representation of color #22ECC5: hue angle of 168.42º 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 #22ECC5 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 236 | 197 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.07 |
| HSL | 168.42º | 0.84% | 0.53% | - |
| HSV(B) | 168.42º | 0.86% | 0.93% | - |
| XYZ | 40.73 | 64.36 | 63.1 | - |
| YUV | 171.16 | 142.58 | 30.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 236 | 197 | 0.86 | 0 | 0.17 | 0.07 | 168.42 | 0.84 | 0.53 |
| Hex | 22 | EC | C5 | 56 | 0 | 11 | 7 | A8 | 54 | 35 |
| Octal | 42 | 354 | 305 | 126 | 0 | 21 | 7 | 250 | 124 | 65 |
| Binary | 100010 | 11101100 | 11000101 | 1010110 | 0 | 10001 | 111 | 10101000 | 1010100 | 110101 |
Color Harmonies of #22ECC5
Complementary color
Monochromatic Colors of #22ECC5
Black with #22ECC5
Text Example
Text Example
White with #22ECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22ECC5; }
p { color: rgb(34,236,197); }
H1.HeaderClassName
{
color: #22ECC5;
}
.AnyTagClassName
{
color: #22ECC5;
}
</style>
background-color css
<style>
a { background-color: #22ECC5; }
a { background-color: rgb(34,236,197); }
div.DivClassName
{
background-color: #22ECC5;
}
.BgClassName
{
background-color: #22ECC5;
}
</style>
border-color css
<style>
span { border-color: #22ECC5; }
span { border-color: rgb(34,236,197); }
td.TdClassName
{
border-color: #22ECC5;
}
.TagClassName
{
border-color: #22ECC5;
}
</style>