Shades of Dark Turquoise #22CDDD
Tints of Dark Turquoise #22CDDD
RGB
CMYK
RGB Variations
Color information
#22CDDD (or 0x22CDDD) is known color: Dark Turquoise. HEX triplet: 22, CD and DD. RGB value is (34,205,221). Sum of RGB (Red+Green+Blue) = 34+205+221=460 (60% of max value = 765). Red value is 34 (13.67% from 255 or 7.39% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #22CDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22CDDD is #DD3222. Grayscale: #9B9B9B. Windows color (decimal): -14496291 or 14535970. OLE color: 14535970.
HSL color Cylindrical-coordinate representation of color #22CDDD: hue angle of 185.13º 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 #22CDDD is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 205 | 221 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.13 |
| HSL | 185.13º | 0.73% | 0.5% | - |
| HSV(B) | 185.13º | 0.85% | 0.87% | - |
| XYZ | 35.54 | 49.22 | 76.03 | - |
| YUV | 155.7 | 164.85 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 205 | 221 | 0.85 | 0.07 | 0 | 0.13 | 185.13 | 0.73 | 0.5 |
| Hex | 22 | CD | DD | 55 | 7 | 0 | D | B9 | 49 | 32 |
| Octal | 42 | 315 | 335 | 125 | 7 | 0 | 15 | 271 | 111 | 62 |
| Binary | 100010 | 11001101 | 11011101 | 1010101 | 111 | 0 | 1101 | 10111001 | 1001001 | 110010 |
Color Harmonies of #22CDDD
Complementary color
Monochromatic Colors of #22CDDD
Black with #22CDDD
Text Example
Text Example
White with #22CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CDDD; }
p { color: rgb(34,205,221); }
H1.HeaderClassName
{
color: #22CDDD;
}
.AnyTagClassName
{
color: #22CDDD;
}
</style>
background-color css
<style>
a { background-color: #22CDDD; }
a { background-color: rgb(34,205,221); }
div.DivClassName
{
background-color: #22CDDD;
}
.BgClassName
{
background-color: #22CDDD;
}
</style>
border-color css
<style>
span { border-color: #22CDDD; }
span { border-color: rgb(34,205,221); }
td.TdClassName
{
border-color: #22CDDD;
}
.TagClassName
{
border-color: #22CDDD;
}
</style>