Shades of Turquoise #22D9BA
Tints of Turquoise #22D9BA
RGB
CMYK
RGB Variations
Color information
#22D9BA (or 0x22D9BA) is known color: Turquoise. HEX triplet: 22, D9 and BA. RGB value is (34,217,186). Sum of RGB (Red+Green+Blue) = 34+217+186=437 (57% of max value = 765). Red value is 34 (13.67% from 255 or 7.78% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 217 - color contains mainly: green. Hex color #22D9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22D9BA is #DD2645. Grayscale: #9E9E9E. Windows color (decimal): -14493254 or 12245282. OLE color: 12245282.
HSL color Cylindrical-coordinate representation of color #22D9BA: hue angle of 169.84º 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 #22D9BA is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 217 | 186 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.15 |
| HSL | 169.84º | 0.73% | 0.49% | - |
| HSV(B) | 169.84º | 0.84% | 0.85% | - |
| XYZ | 34.34 | 53.51 | 54.97 | - |
| YUV | 158.75 | 143.37 | 39.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 217 | 186 | 0.84 | 0 | 0.14 | 0.15 | 169.84 | 0.73 | 0.49 |
| Hex | 22 | D9 | BA | 54 | 0 | E | F | AA | 49 | 31 |
| Octal | 42 | 331 | 272 | 124 | 0 | 16 | 17 | 252 | 111 | 61 |
| Binary | 100010 | 11011001 | 10111010 | 1010100 | 0 | 1110 | 1111 | 10101010 | 1001001 | 110001 |
Color Harmonies of #22D9BA
Complementary color
Monochromatic Colors of #22D9BA
Black with #22D9BA
Text Example
Text Example
White with #22D9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D9BA; }
p { color: rgb(34,217,186); }
H1.HeaderClassName
{
color: #22D9BA;
}
.AnyTagClassName
{
color: #22D9BA;
}
</style>
background-color css
<style>
a { background-color: #22D9BA; }
a { background-color: rgb(34,217,186); }
div.DivClassName
{
background-color: #22D9BA;
}
.BgClassName
{
background-color: #22D9BA;
}
</style>
border-color css
<style>
span { border-color: #22D9BA; }
span { border-color: rgb(34,217,186); }
td.TdClassName
{
border-color: #22D9BA;
}
.TagClassName
{
border-color: #22D9BA;
}
</style>