Shades of Turquoise #22ECB9
Tints of Turquoise #22ECB9
RGB
CMYK
RGB Variations
Color information
#22ECB9 (or 0x22ECB9) is known color: Turquoise. HEX triplet: 22, EC and B9. RGB value is (34,236,185). Sum of RGB (Red+Green+Blue) = 34+236+185=455 (60% of max value = 765). Red value is 34 (13.67% from 255 or 7.47% from 455); Green value is 236 (92.58% from 255 or 51.87% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 236 - color contains mainly: green. Hex color #22ECB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #22ECB9 is #DD1346. Grayscale: #A9A9A9. Windows color (decimal): -14488391 or 12184610. OLE color: 12184610.
HSL color Cylindrical-coordinate representation of color #22ECB9: hue angle of 164.85º 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 #22ECB9 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 236 | 185 | - |
| CMYK | 0.86 | 0 | 0.22 | 0.07 |
| HSL | 164.85º | 0.84% | 0.53% | - |
| HSV(B) | 164.85º | 0.86% | 0.93% | - |
| XYZ | 39.41 | 63.83 | 56.14 | - |
| YUV | 169.79 | 136.58 | 31.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 236 | 185 | 0.86 | 0 | 0.22 | 0.07 | 164.85 | 0.84 | 0.53 |
| Hex | 22 | EC | B9 | 56 | 0 | 16 | 7 | A5 | 54 | 35 |
| Octal | 42 | 354 | 271 | 126 | 0 | 26 | 7 | 245 | 124 | 65 |
| Binary | 100010 | 11101100 | 10111001 | 1010110 | 0 | 10110 | 111 | 10100101 | 1010100 | 110101 |
Color Harmonies of #22ECB9
Complementary color
Monochromatic Colors of #22ECB9
Black with #22ECB9
Text Example
Text Example
White with #22ECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22ECB9; }
p { color: rgb(34,236,185); }
H1.HeaderClassName
{
color: #22ECB9;
}
.AnyTagClassName
{
color: #22ECB9;
}
</style>
background-color css
<style>
a { background-color: #22ECB9; }
a { background-color: rgb(34,236,185); }
div.DivClassName
{
background-color: #22ECB9;
}
.BgClassName
{
background-color: #22ECB9;
}
</style>
border-color css
<style>
span { border-color: #22ECB9; }
span { border-color: rgb(34,236,185); }
td.TdClassName
{
border-color: #22ECB9;
}
.TagClassName
{
border-color: #22ECB9;
}
</style>