Shades of Dark Turquoise #22CCDD
Tints of Dark Turquoise #22CCDD
RGB
CMYK
RGB Variations
Color information
#22CCDD (or 0x22CCDD) is known color: Dark Turquoise. HEX triplet: 22, CC and DD. RGB value is (34,204,221). Sum of RGB (Red+Green+Blue) = 34+204+221=459 (60% of max value = 765). Red value is 34 (13.67% from 255 or 7.41% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #22CCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22CCDD is #DD3322. Grayscale: #9A9A9A. Windows color (decimal): -14496547 or 14535714. OLE color: 14535714.
HSL color Cylindrical-coordinate representation of color #22CCDD: hue angle of 185.45º 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 #22CCDD is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 204 | 221 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.13 |
| HSL | 185.45º | 0.73% | 0.5% | - |
| HSV(B) | 185.45º | 0.85% | 0.87% | - |
| XYZ | 35.3 | 48.75 | 75.95 | - |
| YUV | 155.11 | 165.18 | 41.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 204 | 221 | 0.85 | 0.08 | 0 | 0.13 | 185.45 | 0.73 | 0.5 |
| Hex | 22 | CC | DD | 55 | 8 | 0 | D | B9 | 49 | 32 |
| Octal | 42 | 314 | 335 | 125 | 10 | 0 | 15 | 271 | 111 | 62 |
| Binary | 100010 | 11001100 | 11011101 | 1010101 | 1000 | 0 | 1101 | 10111001 | 1001001 | 110010 |
Color Harmonies of #22CCDD
Complementary color
Monochromatic Colors of #22CCDD
Black with #22CCDD
Text Example
Text Example
White with #22CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CCDD; }
p { color: rgb(34,204,221); }
H1.HeaderClassName
{
color: #22CCDD;
}
.AnyTagClassName
{
color: #22CCDD;
}
</style>
background-color css
<style>
a { background-color: #22CCDD; }
a { background-color: rgb(34,204,221); }
div.DivClassName
{
background-color: #22CCDD;
}
.BgClassName
{
background-color: #22CCDD;
}
</style>
border-color css
<style>
span { border-color: #22CCDD; }
span { border-color: rgb(34,204,221); }
td.TdClassName
{
border-color: #22CCDD;
}
.TagClassName
{
border-color: #22CCDD;
}
</style>