Shades of Turquoise #22DEBE
Tints of Turquoise #22DEBE
RGB
CMYK
RGB Variations
Color information
#22DEBE (or 0x22DEBE) is known color: Turquoise. HEX triplet: 22, DE and BE. RGB value is (34,222,190). Sum of RGB (Red+Green+Blue) = 34+222+190=446 (59% of max value = 765). Red value is 34 (13.67% from 255 or 7.62% from 446); Green value is 222 (87.11% from 255 or 49.78% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 222 - color contains mainly: green. Hex color #22DEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22DEBE is #DD2141. Grayscale: #A2A2A2. Windows color (decimal): -14491970 or 12508706. OLE color: 12508706.
HSL color Cylindrical-coordinate representation of color #22DEBE: hue angle of 169.79º 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 #22DEBE is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 222 | 190 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.13 |
| HSL | 169.79º | 0.74% | 0.5% | - |
| HSV(B) | 169.79º | 0.85% | 0.87% | - |
| XYZ | 36.08 | 56.3 | 57.68 | - |
| YUV | 162.14 | 143.72 | 36.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 222 | 190 | 0.85 | 0 | 0.14 | 0.13 | 169.79 | 0.74 | 0.5 |
| Hex | 22 | DE | BE | 55 | 0 | E | D | AA | 4A | 32 |
| Octal | 42 | 336 | 276 | 125 | 0 | 16 | 15 | 252 | 112 | 62 |
| Binary | 100010 | 11011110 | 10111110 | 1010101 | 0 | 1110 | 1101 | 10101010 | 1001010 | 110010 |
Color Harmonies of #22DEBE
Complementary color
Monochromatic Colors of #22DEBE
Black with #22DEBE
Text Example
Text Example
White with #22DEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DEBE; }
p { color: rgb(34,222,190); }
H1.HeaderClassName
{
color: #22DEBE;
}
.AnyTagClassName
{
color: #22DEBE;
}
</style>
background-color css
<style>
a { background-color: #22DEBE; }
a { background-color: rgb(34,222,190); }
div.DivClassName
{
background-color: #22DEBE;
}
.BgClassName
{
background-color: #22DEBE;
}
</style>
border-color css
<style>
span { border-color: #22DEBE; }
span { border-color: rgb(34,222,190); }
td.TdClassName
{
border-color: #22DEBE;
}
.TagClassName
{
border-color: #22DEBE;
}
</style>