Shades of Turquoise #22EABF
Tints of Turquoise #22EABF
RGB
CMYK
RGB Variations
Color information
#22EABF (or 0x22EABF) is known color: Turquoise. HEX triplet: 22, EA and BF. RGB value is (34,234,191). Sum of RGB (Red+Green+Blue) = 34+234+191=459 (60% of max value = 765). Red value is 34 (13.67% from 255 or 7.41% from 459); Green value is 234 (91.80% from 255 or 50.98% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 234 - color contains mainly: green. Hex color #22EABF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #22EABF is #DD1540. Grayscale: #A9A9A9. Windows color (decimal): -14488897 or 12577314. OLE color: 12577314.
HSL color Cylindrical-coordinate representation of color #22EABF: hue angle of 167.1º 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 #22EABF is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 34 | 234 | 191 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.08 |
| HSL | 167.1º | 0.83% | 0.53% | - |
| HSV(B) | 167.1º | 0.85% | 0.92% | - |
| XYZ | 39.49 | 62.95 | 59.36 | - |
| YUV | 169.3 | 140.24 | 31.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 234 | 191 | 0.85 | 0 | 0.18 | 0.08 | 167.1 | 0.83 | 0.53 |
| Hex | 22 | EA | BF | 55 | 0 | 12 | 8 | A7 | 53 | 35 |
| Octal | 42 | 352 | 277 | 125 | 0 | 22 | 10 | 247 | 123 | 65 |
| Binary | 100010 | 11101010 | 10111111 | 1010101 | 0 | 10010 | 1000 | 10100111 | 1010011 | 110101 |
Color Harmonies of #22EABF
Complementary color
Monochromatic Colors of #22EABF
Black with #22EABF
Text Example
Text Example
White with #22EABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22EABF; }
p { color: rgb(34,234,191); }
H1.HeaderClassName
{
color: #22EABF;
}
.AnyTagClassName
{
color: #22EABF;
}
</style>
background-color css
<style>
a { background-color: #22EABF; }
a { background-color: rgb(34,234,191); }
div.DivClassName
{
background-color: #22EABF;
}
.BgClassName
{
background-color: #22EABF;
}
</style>
border-color css
<style>
span { border-color: #22EABF; }
span { border-color: rgb(34,234,191); }
td.TdClassName
{
border-color: #22EABF;
}
.TagClassName
{
border-color: #22EABF;
}
</style>