Shades of Turquoise #22EDB7
Tints of Turquoise #22EDB7
RGB
CMYK
RGB Variations
Color information
#22EDB7 (or 0x22EDB7) is known color: Turquoise. HEX triplet: 22, ED and B7. RGB value is (34,237,183). Sum of RGB (Red+Green+Blue) = 34+237+183=454 (60% of max value = 765). Red value is 34 (13.67% from 255 or 7.49% from 454); Green value is 237 (92.97% from 255 or 52.20% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 237 - color contains mainly: green. Hex color #22EDB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #22EDB7 is #DD1248. Grayscale: #AAAAAA. Windows color (decimal): -14488137 or 12053794. OLE color: 12053794.
HSL color Cylindrical-coordinate representation of color #22EDB7: hue angle of 164.04º 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 #22EDB7 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 237 | 183 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.07 |
| HSL | 164.04º | 0.85% | 0.53% | - |
| HSV(B) | 164.04º | 0.86% | 0.93% | - |
| XYZ | 39.49 | 64.33 | 55.13 | - |
| YUV | 170.15 | 135.25 | 30.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 237 | 183 | 0.86 | 0 | 0.23 | 0.07 | 164.04 | 0.85 | 0.53 |
| Hex | 22 | ED | B7 | 56 | 0 | 17 | 7 | A4 | 55 | 35 |
| Octal | 42 | 355 | 267 | 126 | 0 | 27 | 7 | 244 | 125 | 65 |
| Binary | 100010 | 11101101 | 10110111 | 1010110 | 0 | 10111 | 111 | 10100100 | 1010101 | 110101 |
Color Harmonies of #22EDB7
Complementary color
Monochromatic Colors of #22EDB7
Black with #22EDB7
Text Example
Text Example
White with #22EDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22EDB7; }
p { color: rgb(34,237,183); }
H1.HeaderClassName
{
color: #22EDB7;
}
.AnyTagClassName
{
color: #22EDB7;
}
</style>
background-color css
<style>
a { background-color: #22EDB7; }
a { background-color: rgb(34,237,183); }
div.DivClassName
{
background-color: #22EDB7;
}
.BgClassName
{
background-color: #22EDB7;
}
</style>
border-color css
<style>
span { border-color: #22EDB7; }
span { border-color: rgb(34,237,183); }
td.TdClassName
{
border-color: #22EDB7;
}
.TagClassName
{
border-color: #22EDB7;
}
</style>