Shades of Turquoise #22E2CB
Tints of Turquoise #22E2CB
RGB
CMYK
RGB Variations
Color information
#22E2CB (or 0x22E2CB) is known color: Turquoise. HEX triplet: 22, E2 and CB. RGB value is (34,226,203). Sum of RGB (Red+Green+Blue) = 34+226+203=463 (61% of max value = 765). Red value is 34 (13.67% from 255 or 7.34% from 463); Green value is 226 (88.67% from 255 or 48.81% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 226 - color contains mainly: green. Hex color #22E2CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22E2CB is #DD1D34. Grayscale: #A5A5A5. Windows color (decimal): -14490933 or 13361698. OLE color: 13361698.
HSL color Cylindrical-coordinate representation of color #22E2CB: hue angle of 172.81º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22E2CB is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 34 | 226 | 203 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.11 |
| HSL | 172.81º | 0.77% | 0.51% | - |
| HSV(B) | 172.81º | 0.85% | 0.89% | - |
| XYZ | 38.64 | 59.04 | 65.86 | - |
| YUV | 165.97 | 148.89 | 33.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 226 | 203 | 0.85 | 0 | 0.10 | 0.11 | 172.81 | 0.77 | 0.51 |
| Hex | 22 | E2 | CB | 55 | 0 | A | B | AD | 4D | 33 |
| Octal | 42 | 342 | 313 | 125 | 0 | 12 | 13 | 255 | 115 | 63 |
| Binary | 100010 | 11100010 | 11001011 | 1010101 | 0 | 1010 | 1011 | 10101101 | 1001101 | 110011 |
Color Harmonies of #22E2CB
Complementary color
Monochromatic Colors of #22E2CB
Black with #22E2CB
Text Example
Text Example
White with #22E2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22E2CB; }
p { color: rgb(34,226,203); }
H1.HeaderClassName
{
color: #22E2CB;
}
.AnyTagClassName
{
color: #22E2CB;
}
</style>
background-color css
<style>
a { background-color: #22E2CB; }
a { background-color: rgb(34,226,203); }
div.DivClassName
{
background-color: #22E2CB;
}
.BgClassName
{
background-color: #22E2CB;
}
</style>
border-color css
<style>
span { border-color: #22E2CB; }
span { border-color: rgb(34,226,203); }
td.TdClassName
{
border-color: #22E2CB;
}
.TagClassName
{
border-color: #22E2CB;
}
</style>