Shades of Turquoise #22E4C5
Tints of Turquoise #22E4C5
RGB
CMYK
RGB Variations
Color information
#22E4C5 (or 0x22E4C5) is known color: Turquoise. HEX triplet: 22, E4 and C5. RGB value is (34,228,197). Sum of RGB (Red+Green+Blue) = 34+228+197=459 (60% of max value = 765). Red value is 34 (13.67% from 255 or 7.41% from 459); Green value is 228 (89.45% from 255 or 49.67% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 228 - color contains mainly: green. Hex color #22E4C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22E4C5 is #DD1B3A. Grayscale: #A6A6A6. Windows color (decimal): -14490427 or 12968994. OLE color: 12968994.
HSL color Cylindrical-coordinate representation of color #22E4C5: hue angle of 170.41º degrees, saturation: 0.78, 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 #22E4C5 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 34 | 228 | 197 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.11 |
| HSL | 170.41º | 0.78% | 0.51% | - |
| HSV(B) | 170.41º | 0.85% | 0.89% | - |
| XYZ | 38.48 | 59.86 | 62.35 | - |
| YUV | 166.46 | 145.23 | 33.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 228 | 197 | 0.85 | 0 | 0.14 | 0.11 | 170.41 | 0.78 | 0.51 |
| Hex | 22 | E4 | C5 | 55 | 0 | E | B | AA | 4E | 33 |
| Octal | 42 | 344 | 305 | 125 | 0 | 16 | 13 | 252 | 116 | 63 |
| Binary | 100010 | 11100100 | 11000101 | 1010101 | 0 | 1110 | 1011 | 10101010 | 1001110 | 110011 |
Color Harmonies of #22E4C5
Complementary color
Monochromatic Colors of #22E4C5
Black with #22E4C5
Text Example
Text Example
White with #22E4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22E4C5; }
p { color: rgb(34,228,197); }
H1.HeaderClassName
{
color: #22E4C5;
}
.AnyTagClassName
{
color: #22E4C5;
}
</style>
background-color css
<style>
a { background-color: #22E4C5; }
a { background-color: rgb(34,228,197); }
div.DivClassName
{
background-color: #22E4C5;
}
.BgClassName
{
background-color: #22E4C5;
}
</style>
border-color css
<style>
span { border-color: #22E4C5; }
span { border-color: rgb(34,228,197); }
td.TdClassName
{
border-color: #22E4C5;
}
.TagClassName
{
border-color: #22E4C5;
}
</style>