Shades of Dark Turquoise #22D1D6
Tints of Dark Turquoise #22D1D6
RGB
CMYK
RGB Variations
Color information
#22D1D6 (or 0x22D1D6) is known color: Dark Turquoise. HEX triplet: 22, D1 and D6. RGB value is (34,209,214). Sum of RGB (Red+Green+Blue) = 34+209+214=457 (60% of max value = 765). Red value is 34 (13.67% from 255 or 7.44% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 214 (83.98% from 255 or 46.83% from 457); Max value from RGB is 214 - color contains mainly: blue. Hex color #22D1D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22D1D6 is #DD2E29. Grayscale: #9D9D9D. Windows color (decimal): -14495274 or 14078242. OLE color: 14078242.
HSL color Cylindrical-coordinate representation of color #22D1D6: hue angle of 181.67º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22D1D6 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 34 | 209 | 214 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.16 |
| HSL | 181.67º | 0.73% | 0.49% | - |
| HSV(B) | 181.67º | 0.84% | 0.84% | - |
| XYZ | 35.6 | 50.8 | 71.55 | - |
| YUV | 157.25 | 160.02 | 40.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 209 | 214 | 0.84 | 0.02 | 0 | 0.16 | 181.67 | 0.73 | 0.49 |
| Hex | 22 | D1 | D6 | 54 | 2 | 0 | 10 | B6 | 49 | 31 |
| Octal | 42 | 321 | 326 | 124 | 2 | 0 | 20 | 266 | 111 | 61 |
| Binary | 100010 | 11010001 | 11010110 | 1010100 | 10 | 0 | 10000 | 10110110 | 1001001 | 110001 |
Color Harmonies of #22D1D6
Complementary color
Monochromatic Colors of #22D1D6
Black with #22D1D6
Text Example
Text Example
White with #22D1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D1D6; }
p { color: rgb(34,209,214); }
H1.HeaderClassName
{
color: #22D1D6;
}
.AnyTagClassName
{
color: #22D1D6;
}
</style>
background-color css
<style>
a { background-color: #22D1D6; }
a { background-color: rgb(34,209,214); }
div.DivClassName
{
background-color: #22D1D6;
}
.BgClassName
{
background-color: #22D1D6;
}
</style>
border-color css
<style>
span { border-color: #22D1D6; }
span { border-color: rgb(34,209,214); }
td.TdClassName
{
border-color: #22D1D6;
}
.TagClassName
{
border-color: #22D1D6;
}
</style>