Shades of Turquoise #22DCCE
Tints of Turquoise #22DCCE
RGB
CMYK
RGB Variations
Color information
#22DCCE (or 0x22DCCE) is known color: Turquoise. HEX triplet: 22, DC and CE. RGB value is (34,220,206). Sum of RGB (Red+Green+Blue) = 34+220+206=460 (60% of max value = 765). Red value is 34 (13.67% from 255 or 7.39% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #22DCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22DCCE is #DD2331. Grayscale: #A2A2A2. Windows color (decimal): -14492466 or 13556770. OLE color: 13556770.
HSL color Cylindrical-coordinate representation of color #22DCCE: hue angle of 175.48º 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 #22DCCE is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 220 | 206 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.14 |
| HSL | 175.48º | 0.73% | 0.5% | - |
| HSV(B) | 175.48º | 0.85% | 0.86% | - |
| XYZ | 37.39 | 55.98 | 67.23 | - |
| YUV | 162.79 | 152.38 | 36.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 220 | 206 | 0.85 | 0 | 0.06 | 0.14 | 175.48 | 0.73 | 0.5 |
| Hex | 22 | DC | CE | 55 | 0 | 6 | E | AF | 49 | 32 |
| Octal | 42 | 334 | 316 | 125 | 0 | 6 | 16 | 257 | 111 | 62 |
| Binary | 100010 | 11011100 | 11001110 | 1010101 | 0 | 110 | 1110 | 10101111 | 1001001 | 110010 |
Color Harmonies of #22DCCE
Complementary color
Monochromatic Colors of #22DCCE
Black with #22DCCE
Text Example
Text Example
White with #22DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DCCE; }
p { color: rgb(34,220,206); }
H1.HeaderClassName
{
color: #22DCCE;
}
.AnyTagClassName
{
color: #22DCCE;
}
</style>
background-color css
<style>
a { background-color: #22DCCE; }
a { background-color: rgb(34,220,206); }
div.DivClassName
{
background-color: #22DCCE;
}
.BgClassName
{
background-color: #22DCCE;
}
</style>
border-color css
<style>
span { border-color: #22DCCE; }
span { border-color: rgb(34,220,206); }
td.TdClassName
{
border-color: #22DCCE;
}
.TagClassName
{
border-color: #22DCCE;
}
</style>