Shades of Turquoise #22E9C7
Tints of Turquoise #22E9C7
RGB
CMYK
RGB Variations
Color information
#22E9C7 (or 0x22E9C7) is known color: Turquoise. HEX triplet: 22, E9 and C7. RGB value is (34,233,199). Sum of RGB (Red+Green+Blue) = 34+233+199=466 (61% of max value = 765). Red value is 34 (13.67% from 255 or 7.30% from 466); Green value is 233 (91.41% from 255 or 50% from 466); Blue value is 199 (78.12% from 255 or 42.70% from 466); Max value from RGB is 233 - color contains mainly: green. Hex color #22E9C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #22E9C7 is #DD1638. Grayscale: #A9A9A9. Windows color (decimal): -14489145 or 13101346. OLE color: 13101346.
HSL color Cylindrical-coordinate representation of color #22E9C7: hue angle of 169.75º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22E9C7 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 34 | 233 | 199 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.09 |
| HSL | 169.75º | 0.82% | 0.52% | - |
| HSV(B) | 169.75º | 0.85% | 0.91% | - |
| XYZ | 40.11 | 62.74 | 64.03 | - |
| YUV | 169.62 | 144.57 | 31.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 233 | 199 | 0.85 | 0 | 0.15 | 0.09 | 169.75 | 0.82 | 0.52 |
| Hex | 22 | E9 | C7 | 55 | 0 | F | 9 | AA | 52 | 34 |
| Octal | 42 | 351 | 307 | 125 | 0 | 17 | 11 | 252 | 122 | 64 |
| Binary | 100010 | 11101001 | 11000111 | 1010101 | 0 | 1111 | 1001 | 10101010 | 1010010 | 110100 |
Color Harmonies of #22E9C7
Complementary color
Monochromatic Colors of #22E9C7
Black with #22E9C7
Text Example
Text Example
White with #22E9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22E9C7; }
p { color: rgb(34,233,199); }
H1.HeaderClassName
{
color: #22E9C7;
}
.AnyTagClassName
{
color: #22E9C7;
}
</style>
background-color css
<style>
a { background-color: #22E9C7; }
a { background-color: rgb(34,233,199); }
div.DivClassName
{
background-color: #22E9C7;
}
.BgClassName
{
background-color: #22E9C7;
}
</style>
border-color css
<style>
span { border-color: #22E9C7; }
span { border-color: rgb(34,233,199); }
td.TdClassName
{
border-color: #22E9C7;
}
.TagClassName
{
border-color: #22E9C7;
}
</style>