Shades of Turquoise #22DABA
Tints of Turquoise #22DABA
RGB
CMYK
RGB Variations
Color information
#22DABA (or 0x22DABA) is known color: Turquoise. HEX triplet: 22, DA and BA. RGB value is (34,218,186). Sum of RGB (Red+Green+Blue) = 34+218+186=438 (58% of max value = 765). Red value is 34 (13.67% from 255 or 7.76% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #22DABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22DABA is #DD2545. Grayscale: #9F9F9F. Windows color (decimal): -14492998 or 12245538. OLE color: 12245538.
HSL color Cylindrical-coordinate representation of color #22DABA: hue angle of 169.57º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22DABA is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 218 | 186 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.15 |
| HSL | 169.57º | 0.73% | 0.49% | - |
| HSV(B) | 169.57º | 0.84% | 0.85% | - |
| XYZ | 34.59 | 54.03 | 55.06 | - |
| YUV | 159.34 | 143.04 | 38.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 218 | 186 | 0.84 | 0 | 0.15 | 0.15 | 169.57 | 0.73 | 0.49 |
| Hex | 22 | DA | BA | 54 | 0 | F | F | AA | 49 | 31 |
| Octal | 42 | 332 | 272 | 124 | 0 | 17 | 17 | 252 | 111 | 61 |
| Binary | 100010 | 11011010 | 10111010 | 1010100 | 0 | 1111 | 1111 | 10101010 | 1001001 | 110001 |
Color Harmonies of #22DABA
Complementary color
Monochromatic Colors of #22DABA
Black with #22DABA
Text Example
Text Example
White with #22DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DABA; }
p { color: rgb(34,218,186); }
H1.HeaderClassName
{
color: #22DABA;
}
.AnyTagClassName
{
color: #22DABA;
}
</style>
background-color css
<style>
a { background-color: #22DABA; }
a { background-color: rgb(34,218,186); }
div.DivClassName
{
background-color: #22DABA;
}
.BgClassName
{
background-color: #22DABA;
}
</style>
border-color css
<style>
span { border-color: #22DABA; }
span { border-color: rgb(34,218,186); }
td.TdClassName
{
border-color: #22DABA;
}
.TagClassName
{
border-color: #22DABA;
}
</style>