Shades of Turquoise #22EDC2
Tints of Turquoise #22EDC2
RGB
CMYK
RGB Variations
Color information
#22EDC2 (or 0x22EDC2) is known color: Turquoise. HEX triplet: 22, ED and C2. RGB value is (34,237,194). Sum of RGB (Red+Green+Blue) = 34+237+194=465 (61% of max value = 765). Red value is 34 (13.67% from 255 or 7.31% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #22EDC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #22EDC2 is #DD123D. Grayscale: #ABABAB. Windows color (decimal): -14488126 or 12774690. OLE color: 12774690.
HSL color Cylindrical-coordinate representation of color #22EDC2: hue angle of 167.29º 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 #22EDC2 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 237 | 194 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.07 |
| HSL | 167.29º | 0.85% | 0.53% | - |
| HSV(B) | 167.29º | 0.86% | 0.93% | - |
| XYZ | 40.68 | 64.8 | 61.4 | - |
| YUV | 171.4 | 140.75 | 30 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 237 | 194 | 0.86 | 0 | 0.18 | 0.07 | 167.29 | 0.85 | 0.53 |
| Hex | 22 | ED | C2 | 56 | 0 | 12 | 7 | A7 | 55 | 35 |
| Octal | 42 | 355 | 302 | 126 | 0 | 22 | 7 | 247 | 125 | 65 |
| Binary | 100010 | 11101101 | 11000010 | 1010110 | 0 | 10010 | 111 | 10100111 | 1010101 | 110101 |
Color Harmonies of #22EDC2
Complementary color
Monochromatic Colors of #22EDC2
Black with #22EDC2
Text Example
Text Example
White with #22EDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22EDC2; }
p { color: rgb(34,237,194); }
H1.HeaderClassName
{
color: #22EDC2;
}
.AnyTagClassName
{
color: #22EDC2;
}
</style>
background-color css
<style>
a { background-color: #22EDC2; }
a { background-color: rgb(34,237,194); }
div.DivClassName
{
background-color: #22EDC2;
}
.BgClassName
{
background-color: #22EDC2;
}
</style>
border-color css
<style>
span { border-color: #22EDC2; }
span { border-color: rgb(34,237,194); }
td.TdClassName
{
border-color: #22EDC2;
}
.TagClassName
{
border-color: #22EDC2;
}
</style>