Shades of Turquoise #22DED0
Tints of Turquoise #22DED0
RGB
CMYK
RGB Variations
Color information
#22DED0 (or 0x22DED0) is known color: Turquoise. HEX triplet: 22, DE and D0. RGB value is (34,222,208). Sum of RGB (Red+Green+Blue) = 34+222+208=464 (61% of max value = 765). Red value is 34 (13.67% from 255 or 7.33% from 464); Green value is 222 (87.11% from 255 or 47.84% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 222 - color contains mainly: green. Hex color #22DED0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22DED0 is #DD212F. Grayscale: #A4A4A4. Windows color (decimal): -14491952 or 13688354. OLE color: 13688354.
HSL color Cylindrical-coordinate representation of color #22DED0: hue angle of 175.53º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22DED0 is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 222 | 208 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.13 |
| HSL | 175.53º | 0.74% | 0.5% | - |
| HSV(B) | 175.53º | 0.85% | 0.87% | - |
| XYZ | 38.17 | 57.14 | 68.69 | - |
| YUV | 164.19 | 152.72 | 35.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 222 | 208 | 0.85 | 0 | 0.06 | 0.13 | 175.53 | 0.74 | 0.5 |
| Hex | 22 | DE | D0 | 55 | 0 | 6 | D | B0 | 4A | 32 |
| Octal | 42 | 336 | 320 | 125 | 0 | 6 | 15 | 260 | 112 | 62 |
| Binary | 100010 | 11011110 | 11010000 | 1010101 | 0 | 110 | 1101 | 10110000 | 1001010 | 110010 |
Color Harmonies of #22DED0
Complementary color
Monochromatic Colors of #22DED0
Black with #22DED0
Text Example
Text Example
White with #22DED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DED0; }
p { color: rgb(34,222,208); }
H1.HeaderClassName
{
color: #22DED0;
}
.AnyTagClassName
{
color: #22DED0;
}
</style>
background-color css
<style>
a { background-color: #22DED0; }
a { background-color: rgb(34,222,208); }
div.DivClassName
{
background-color: #22DED0;
}
.BgClassName
{
background-color: #22DED0;
}
</style>
border-color css
<style>
span { border-color: #22DED0; }
span { border-color: rgb(34,222,208); }
td.TdClassName
{
border-color: #22DED0;
}
.TagClassName
{
border-color: #22DED0;
}
</style>