Shades of Turquoise #22EACA
Tints of Turquoise #22EACA
RGB
CMYK
RGB Variations
Color information
#22EACA (or 0x22EACA) is known color: Turquoise. HEX triplet: 22, EA and CA. RGB value is (34,234,202). Sum of RGB (Red+Green+Blue) = 34+234+202=470 (62% of max value = 765). Red value is 34 (13.67% from 255 or 7.23% from 470); Green value is 234 (91.80% from 255 or 49.79% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 234 - color contains mainly: green. Hex color #22EACA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #22EACA is #DD1535. Grayscale: #AAAAAA. Windows color (decimal): -14488886 or 13298210. OLE color: 13298210.
HSL color Cylindrical-coordinate representation of color #22EACA: hue angle of 170.4º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22EACA is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 34 | 234 | 202 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.08 |
| HSL | 170.4º | 0.83% | 0.53% | - |
| HSV(B) | 170.4º | 0.85% | 0.92% | - |
| XYZ | 40.74 | 63.45 | 65.98 | - |
| YUV | 170.55 | 145.74 | 30.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 234 | 202 | 0.85 | 0 | 0.14 | 0.08 | 170.4 | 0.83 | 0.53 |
| Hex | 22 | EA | CA | 55 | 0 | E | 8 | AA | 53 | 35 |
| Octal | 42 | 352 | 312 | 125 | 0 | 16 | 10 | 252 | 123 | 65 |
| Binary | 100010 | 11101010 | 11001010 | 1010101 | 0 | 1110 | 1000 | 10101010 | 1010011 | 110101 |
Color Harmonies of #22EACA
Complementary color
Monochromatic Colors of #22EACA
Black with #22EACA
Text Example
Text Example
White with #22EACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22EACA; }
p { color: rgb(34,234,202); }
H1.HeaderClassName
{
color: #22EACA;
}
.AnyTagClassName
{
color: #22EACA;
}
</style>
background-color css
<style>
a { background-color: #22EACA; }
a { background-color: rgb(34,234,202); }
div.DivClassName
{
background-color: #22EACA;
}
.BgClassName
{
background-color: #22EACA;
}
</style>
border-color css
<style>
span { border-color: #22EACA; }
span { border-color: rgb(34,234,202); }
td.TdClassName
{
border-color: #22EACA;
}
.TagClassName
{
border-color: #22EACA;
}
</style>