Shades of Turquoise #22EDC1
Tints of Turquoise #22EDC1
RGB
CMYK
RGB Variations
Color information
#22EDC1 (or 0x22EDC1) is known color: Turquoise. HEX triplet: 22, ED and C1. RGB value is (34,237,193). Sum of RGB (Red+Green+Blue) = 34+237+193=464 (61% of max value = 765). Red value is 34 (13.67% from 255 or 7.33% from 464); Green value is 237 (92.97% from 255 or 51.08% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 237 - color contains mainly: green. Hex color #22EDC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #22EDC1 is #DD123E. Grayscale: #ABABAB. Windows color (decimal): -14488127 or 12709154. OLE color: 12709154.
HSL color Cylindrical-coordinate representation of color #22EDC1: hue angle of 167º 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 #22EDC1 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 237 | 193 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.07 |
| HSL | 167º | 0.85% | 0.53% | - |
| HSV(B) | 167º | 0.86% | 0.93% | - |
| XYZ | 40.57 | 64.76 | 60.81 | - |
| YUV | 171.29 | 140.25 | 30.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 237 | 193 | 0.86 | 0 | 0.19 | 0.07 | 167 | 0.85 | 0.53 |
| Hex | 22 | ED | C1 | 56 | 0 | 13 | 7 | A7 | 55 | 35 |
| Octal | 42 | 355 | 301 | 126 | 0 | 23 | 7 | 247 | 125 | 65 |
| Binary | 100010 | 11101101 | 11000001 | 1010110 | 0 | 10011 | 111 | 10100111 | 1010101 | 110101 |
Color Harmonies of #22EDC1
Complementary color
Monochromatic Colors of #22EDC1
Black with #22EDC1
Text Example
Text Example
White with #22EDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22EDC1; }
p { color: rgb(34,237,193); }
H1.HeaderClassName
{
color: #22EDC1;
}
.AnyTagClassName
{
color: #22EDC1;
}
</style>
background-color css
<style>
a { background-color: #22EDC1; }
a { background-color: rgb(34,237,193); }
div.DivClassName
{
background-color: #22EDC1;
}
.BgClassName
{
background-color: #22EDC1;
}
</style>
border-color css
<style>
span { border-color: #22EDC1; }
span { border-color: rgb(34,237,193); }
td.TdClassName
{
border-color: #22EDC1;
}
.TagClassName
{
border-color: #22EDC1;
}
</style>