Shades of Turquoise #22DDD2
Tints of Turquoise #22DDD2
RGB
CMYK
RGB Variations
Color information
#22DDD2 (or 0x22DDD2) is known color: Turquoise. HEX triplet: 22, DD and D2. RGB value is (34,221,210). Sum of RGB (Red+Green+Blue) = 34+221+210=465 (61% of max value = 765). Red value is 34 (13.67% from 255 or 7.31% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #22DDD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22DDD2 is #DD222D. Grayscale: #A3A3A3. Windows color (decimal): -14492206 or 13819170. OLE color: 13819170.
HSL color Cylindrical-coordinate representation of color #22DDD2: hue angle of 176.47º 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 #22DDD2 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 221 | 210 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.13 |
| HSL | 176.47º | 0.73% | 0.5% | - |
| HSV(B) | 176.47º | 0.85% | 0.87% | - |
| XYZ | 38.15 | 56.71 | 69.91 | - |
| YUV | 163.83 | 154.05 | 35.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 221 | 210 | 0.85 | 0 | 0.05 | 0.13 | 176.47 | 0.73 | 0.5 |
| Hex | 22 | DD | D2 | 55 | 0 | 5 | D | B0 | 49 | 32 |
| Octal | 42 | 335 | 322 | 125 | 0 | 5 | 15 | 260 | 111 | 62 |
| Binary | 100010 | 11011101 | 11010010 | 1010101 | 0 | 101 | 1101 | 10110000 | 1001001 | 110010 |
Color Harmonies of #22DDD2
Complementary color
Monochromatic Colors of #22DDD2
Black with #22DDD2
Text Example
Text Example
White with #22DDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DDD2; }
p { color: rgb(34,221,210); }
H1.HeaderClassName
{
color: #22DDD2;
}
.AnyTagClassName
{
color: #22DDD2;
}
</style>
background-color css
<style>
a { background-color: #22DDD2; }
a { background-color: rgb(34,221,210); }
div.DivClassName
{
background-color: #22DDD2;
}
.BgClassName
{
background-color: #22DDD2;
}
</style>
border-color css
<style>
span { border-color: #22DDD2; }
span { border-color: rgb(34,221,210); }
td.TdClassName
{
border-color: #22DDD2;
}
.TagClassName
{
border-color: #22DDD2;
}
</style>