Shades of Turquoise #22EDC7
Tints of Turquoise #22EDC7
RGB
CMYK
RGB Variations
Color information
#22EDC7 (or 0x22EDC7) is known color: Turquoise. HEX triplet: 22, ED and C7. RGB value is (34,237,199). Sum of RGB (Red+Green+Blue) = 34+237+199=470 (62% of max value = 765). Red value is 34 (13.67% from 255 or 7.23% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #22EDC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #22EDC7 is #DD1238. Grayscale: #ABABAB. Windows color (decimal): -14488121 or 13102370. OLE color: 13102370.
HSL color Cylindrical-coordinate representation of color #22EDC7: hue angle of 168.77º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22EDC7 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 237 | 199 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.07 |
| HSL | 168.77º | 0.85% | 0.53% | - |
| HSV(B) | 168.77º | 0.86% | 0.93% | - |
| XYZ | 41.25 | 65.03 | 64.41 | - |
| YUV | 171.97 | 143.25 | 29.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 237 | 199 | 0.86 | 0 | 0.16 | 0.07 | 168.77 | 0.85 | 0.53 |
| Hex | 22 | ED | C7 | 56 | 0 | 10 | 7 | A9 | 55 | 35 |
| Octal | 42 | 355 | 307 | 126 | 0 | 20 | 7 | 251 | 125 | 65 |
| Binary | 100010 | 11101101 | 11000111 | 1010110 | 0 | 10000 | 111 | 10101001 | 1010101 | 110101 |
Color Harmonies of #22EDC7
Complementary color
Monochromatic Colors of #22EDC7
Black with #22EDC7
Text Example
Text Example
White with #22EDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22EDC7; }
p { color: rgb(34,237,199); }
H1.HeaderClassName
{
color: #22EDC7;
}
.AnyTagClassName
{
color: #22EDC7;
}
</style>
background-color css
<style>
a { background-color: #22EDC7; }
a { background-color: rgb(34,237,199); }
div.DivClassName
{
background-color: #22EDC7;
}
.BgClassName
{
background-color: #22EDC7;
}
</style>
border-color css
<style>
span { border-color: #22EDC7; }
span { border-color: rgb(34,237,199); }
td.TdClassName
{
border-color: #22EDC7;
}
.TagClassName
{
border-color: #22EDC7;
}
</style>