Shades of Turquoise #22EFC7
Tints of Turquoise #22EFC7
RGB
CMYK
RGB Variations
Color information
#22EFC7 (or 0x22EFC7) is known color: Turquoise. HEX triplet: 22, EF and C7. RGB value is (34,239,199). Sum of RGB (Red+Green+Blue) = 34+239+199=472 (62% of max value = 765). Red value is 34 (13.67% from 255 or 7.20% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #22EFC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #22EFC7 is #DD1038. Grayscale: #ADADAD. Windows color (decimal): -14487609 or 13102882. OLE color: 13102882.
HSL color Cylindrical-coordinate representation of color #22EFC7: hue angle of 168.29º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22EFC7 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 34 | 239 | 199 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.06 |
| HSL | 168.29º | 0.86% | 0.54% | - |
| HSV(B) | 168.29º | 0.86% | 0.94% | - |
| XYZ | 41.83 | 66.2 | 64.61 | - |
| YUV | 173.15 | 142.58 | 28.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 239 | 199 | 0.86 | 0 | 0.17 | 0.06 | 168.29 | 0.86 | 0.54 |
| Hex | 22 | EF | C7 | 56 | 0 | 11 | 6 | A8 | 56 | 36 |
| Octal | 42 | 357 | 307 | 126 | 0 | 21 | 6 | 250 | 126 | 66 |
| Binary | 100010 | 11101111 | 11000111 | 1010110 | 0 | 10001 | 110 | 10101000 | 1010110 | 110110 |
Color Harmonies of #22EFC7
Complementary color
Monochromatic Colors of #22EFC7
Black with #22EFC7
Text Example
Text Example
White with #22EFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22EFC7; }
p { color: rgb(34,239,199); }
H1.HeaderClassName
{
color: #22EFC7;
}
.AnyTagClassName
{
color: #22EFC7;
}
</style>
background-color css
<style>
a { background-color: #22EFC7; }
a { background-color: rgb(34,239,199); }
div.DivClassName
{
background-color: #22EFC7;
}
.BgClassName
{
background-color: #22EFC7;
}
</style>
border-color css
<style>
span { border-color: #22EFC7; }
span { border-color: rgb(34,239,199); }
td.TdClassName
{
border-color: #22EFC7;
}
.TagClassName
{
border-color: #22EFC7;
}
</style>