Shades of Turquoise #22DDBB
Tints of Turquoise #22DDBB
RGB
CMYK
RGB Variations
Color information
#22DDBB (or 0x22DDBB) is known color: Turquoise. HEX triplet: 22, DD and BB. RGB value is (34,221,187). Sum of RGB (Red+Green+Blue) = 34+221+187=442 (58% of max value = 765). Red value is 34 (13.67% from 255 or 7.69% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #22DDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22DDBB is #DD2244. Grayscale: #A1A1A1. Windows color (decimal): -14492229 or 12311842. OLE color: 12311842.
HSL color Cylindrical-coordinate representation of color #22DDBB: hue angle of 169.09º degrees, saturation: 0.73, 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 #22DDBB is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 221 | 187 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.13 |
| HSL | 169.09º | 0.73% | 0.5% | - |
| HSV(B) | 169.09º | 0.85% | 0.87% | - |
| XYZ | 35.49 | 55.64 | 55.88 | - |
| YUV | 161.21 | 142.55 | 37.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 221 | 187 | 0.85 | 0 | 0.15 | 0.13 | 169.09 | 0.73 | 0.5 |
| Hex | 22 | DD | BB | 55 | 0 | F | D | A9 | 49 | 32 |
| Octal | 42 | 335 | 273 | 125 | 0 | 17 | 15 | 251 | 111 | 62 |
| Binary | 100010 | 11011101 | 10111011 | 1010101 | 0 | 1111 | 1101 | 10101001 | 1001001 | 110010 |
Color Harmonies of #22DDBB
Complementary color
Monochromatic Colors of #22DDBB
Black with #22DDBB
Text Example
Text Example
White with #22DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DDBB; }
p { color: rgb(34,221,187); }
H1.HeaderClassName
{
color: #22DDBB;
}
.AnyTagClassName
{
color: #22DDBB;
}
</style>
background-color css
<style>
a { background-color: #22DDBB; }
a { background-color: rgb(34,221,187); }
div.DivClassName
{
background-color: #22DDBB;
}
.BgClassName
{
background-color: #22DDBB;
}
</style>
border-color css
<style>
span { border-color: #22DDBB; }
span { border-color: rgb(34,221,187); }
td.TdClassName
{
border-color: #22DDBB;
}
.TagClassName
{
border-color: #22DDBB;
}
</style>