Shades of Turquoise #22E3C5
Tints of Turquoise #22E3C5
RGB
CMYK
RGB Variations
Color information
#22E3C5 (or 0x22E3C5) is known color: Turquoise. HEX triplet: 22, E3 and C5. RGB value is (34,227,197). Sum of RGB (Red+Green+Blue) = 34+227+197=458 (60% of max value = 765). Red value is 34 (13.67% from 255 or 7.42% from 458); Green value is 227 (89.06% from 255 or 49.56% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 227 - color contains mainly: green. Hex color #22E3C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22E3C5 is #DD1C3A. Grayscale: #A5A5A5. Windows color (decimal): -14490683 or 12968738. OLE color: 12968738.
HSL color Cylindrical-coordinate representation of color #22E3C5: hue angle of 170.67º 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 #22E3C5 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 34 | 227 | 197 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.11 |
| HSL | 170.67º | 0.78% | 0.51% | - |
| HSV(B) | 170.67º | 0.85% | 0.89% | - |
| XYZ | 38.21 | 59.31 | 62.26 | - |
| YUV | 165.87 | 145.56 | 33.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 227 | 197 | 0.85 | 0 | 0.13 | 0.11 | 170.67 | 0.78 | 0.51 |
| Hex | 22 | E3 | C5 | 55 | 0 | D | B | AB | 4E | 33 |
| Octal | 42 | 343 | 305 | 125 | 0 | 15 | 13 | 253 | 116 | 63 |
| Binary | 100010 | 11100011 | 11000101 | 1010101 | 0 | 1101 | 1011 | 10101011 | 1001110 | 110011 |
Color Harmonies of #22E3C5
Complementary color
Monochromatic Colors of #22E3C5
Black with #22E3C5
Text Example
Text Example
White with #22E3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22E3C5; }
p { color: rgb(34,227,197); }
H1.HeaderClassName
{
color: #22E3C5;
}
.AnyTagClassName
{
color: #22E3C5;
}
</style>
background-color css
<style>
a { background-color: #22E3C5; }
a { background-color: rgb(34,227,197); }
div.DivClassName
{
background-color: #22E3C5;
}
.BgClassName
{
background-color: #22E3C5;
}
</style>
border-color css
<style>
span { border-color: #22E3C5; }
span { border-color: rgb(34,227,197); }
td.TdClassName
{
border-color: #22E3C5;
}
.TagClassName
{
border-color: #22E3C5;
}
</style>