Shades of Turquoise #22DCBE
Tints of Turquoise #22DCBE
RGB
CMYK
RGB Variations
Color information
#22DCBE (or 0x22DCBE) is known color: Turquoise. HEX triplet: 22, DC and BE. RGB value is (34,220,190). Sum of RGB (Red+Green+Blue) = 34+220+190=444 (58% of max value = 765). Red value is 34 (13.67% from 255 or 7.66% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #22DCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22DCBE is #DD2341. Grayscale: #A0A0A0. Windows color (decimal): -14492482 or 12508194. OLE color: 12508194.
HSL color Cylindrical-coordinate representation of color #22DCBE: hue angle of 170.32º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22DCBE is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 220 | 190 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.14 |
| HSL | 170.32º | 0.73% | 0.5% | - |
| HSV(B) | 170.32º | 0.85% | 0.86% | - |
| XYZ | 35.55 | 55.24 | 57.5 | - |
| YUV | 160.97 | 144.38 | 37.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 220 | 190 | 0.85 | 0 | 0.14 | 0.14 | 170.32 | 0.73 | 0.5 |
| Hex | 22 | DC | BE | 55 | 0 | E | E | AA | 49 | 32 |
| Octal | 42 | 334 | 276 | 125 | 0 | 16 | 16 | 252 | 111 | 62 |
| Binary | 100010 | 11011100 | 10111110 | 1010101 | 0 | 1110 | 1110 | 10101010 | 1001001 | 110010 |
Color Harmonies of #22DCBE
Complementary color
Monochromatic Colors of #22DCBE
Black with #22DCBE
Text Example
Text Example
White with #22DCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DCBE; }
p { color: rgb(34,220,190); }
H1.HeaderClassName
{
color: #22DCBE;
}
.AnyTagClassName
{
color: #22DCBE;
}
</style>
background-color css
<style>
a { background-color: #22DCBE; }
a { background-color: rgb(34,220,190); }
div.DivClassName
{
background-color: #22DCBE;
}
.BgClassName
{
background-color: #22DCBE;
}
</style>
border-color css
<style>
span { border-color: #22DCBE; }
span { border-color: rgb(34,220,190); }
td.TdClassName
{
border-color: #22DCBE;
}
.TagClassName
{
border-color: #22DCBE;
}
</style>