Shades of Dark Turquoise #22CCD2
Tints of Dark Turquoise #22CCD2
RGB
CMYK
RGB Variations
Color information
#22CCD2 (or 0x22CCD2) is known color: Dark Turquoise. HEX triplet: 22, CC and D2. RGB value is (34,204,210). Sum of RGB (Red+Green+Blue) = 34+204+210=448 (59% of max value = 765). Red value is 34 (13.67% from 255 or 7.59% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 210 (82.42% from 255 or 46.88% from 448); Max value from RGB is 210 - color contains mainly: blue. Hex color #22CCD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22CCD2 is #DD332D. Grayscale: #999999. Windows color (decimal): -14496558 or 13814818. OLE color: 13814818.
HSL color Cylindrical-coordinate representation of color #22CCD2: hue angle of 182.05º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22CCD2 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 34 | 204 | 210 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.18 |
| HSL | 182.05º | 0.72% | 0.48% | - |
| HSV(B) | 182.05º | 0.84% | 0.82% | - |
| XYZ | 33.89 | 48.18 | 68.49 | - |
| YUV | 153.85 | 159.68 | 42.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 204 | 210 | 0.84 | 0.03 | 0 | 0.18 | 182.05 | 0.72 | 0.48 |
| Hex | 22 | CC | D2 | 54 | 3 | 0 | 12 | B6 | 48 | 30 |
| Octal | 42 | 314 | 322 | 124 | 3 | 0 | 22 | 266 | 110 | 60 |
| Binary | 100010 | 11001100 | 11010010 | 1010100 | 11 | 0 | 10010 | 10110110 | 1001000 | 110000 |
Color Harmonies of #22CCD2
Complementary color
Monochromatic Colors of #22CCD2
Black with #22CCD2
Text Example
Text Example
White with #22CCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CCD2; }
p { color: rgb(34,204,210); }
H1.HeaderClassName
{
color: #22CCD2;
}
.AnyTagClassName
{
color: #22CCD2;
}
</style>
background-color css
<style>
a { background-color: #22CCD2; }
a { background-color: rgb(34,204,210); }
div.DivClassName
{
background-color: #22CCD2;
}
.BgClassName
{
background-color: #22CCD2;
}
</style>
border-color css
<style>
span { border-color: #22CCD2; }
span { border-color: rgb(34,204,210); }
td.TdClassName
{
border-color: #22CCD2;
}
.TagClassName
{
border-color: #22CCD2;
}
</style>