Shades of Turquoise #22DCCD
Tints of Turquoise #22DCCD
RGB
CMYK
RGB Variations
Color information
#22DCCD (or 0x22DCCD) is known color: Turquoise. HEX triplet: 22, DC and CD. RGB value is (34,220,205). Sum of RGB (Red+Green+Blue) = 34+220+205=459 (60% of max value = 765). Red value is 34 (13.67% from 255 or 7.41% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #22DCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22DCCD is #DD2332. Grayscale: #A2A2A2. Windows color (decimal): -14492467 or 13491234. OLE color: 13491234.
HSL color Cylindrical-coordinate representation of color #22DCCD: hue angle of 175.16º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22DCCD is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 220 | 205 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.14 |
| HSL | 175.16º | 0.73% | 0.5% | - |
| HSV(B) | 175.16º | 0.85% | 0.86% | - |
| XYZ | 37.27 | 55.93 | 66.59 | - |
| YUV | 162.68 | 151.88 | 36.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 220 | 205 | 0.85 | 0 | 0.07 | 0.14 | 175.16 | 0.73 | 0.5 |
| Hex | 22 | DC | CD | 55 | 0 | 7 | E | AF | 49 | 32 |
| Octal | 42 | 334 | 315 | 125 | 0 | 7 | 16 | 257 | 111 | 62 |
| Binary | 100010 | 11011100 | 11001101 | 1010101 | 0 | 111 | 1110 | 10101111 | 1001001 | 110010 |
Color Harmonies of #22DCCD
Complementary color
Monochromatic Colors of #22DCCD
Black with #22DCCD
Text Example
Text Example
White with #22DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DCCD; }
p { color: rgb(34,220,205); }
H1.HeaderClassName
{
color: #22DCCD;
}
.AnyTagClassName
{
color: #22DCCD;
}
</style>
background-color css
<style>
a { background-color: #22DCCD; }
a { background-color: rgb(34,220,205); }
div.DivClassName
{
background-color: #22DCCD;
}
.BgClassName
{
background-color: #22DCCD;
}
</style>
border-color css
<style>
span { border-color: #22DCCD; }
span { border-color: rgb(34,220,205); }
td.TdClassName
{
border-color: #22DCCD;
}
.TagClassName
{
border-color: #22DCCD;
}
</style>