Shades of Dark Turquoise #20CCD8
Tints of Dark Turquoise #20CCD8
RGB
CMYK
RGB Variations
Color information
#20CCD8 (or 0x20CCD8) is known color: Dark Turquoise. HEX triplet: 20, CC and D8. RGB value is (32,204,216). Sum of RGB (Red+Green+Blue) = 32+204+216=452 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.08% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 216 - color contains mainly: blue. Hex color #20CCD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CCD8 is #DF3327. Grayscale: #999999. Windows color (decimal): -14627624 or 14208032. OLE color: 14208032.
HSL color Cylindrical-coordinate representation of color #20CCD8: hue angle of 183.91º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CCD8 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 204 | 216 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.15 |
| HSL | 183.91º | 0.74% | 0.49% | - |
| HSV(B) | 183.91º | 0.85% | 0.85% | - |
| XYZ | 34.58 | 48.45 | 72.49 | - |
| YUV | 153.94 | 163.02 | 41.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 204 | 216 | 0.85 | 0.06 | 0 | 0.15 | 183.91 | 0.74 | 0.49 |
| Hex | 20 | CC | D8 | 55 | 6 | 0 | F | B8 | 4A | 31 |
| Octal | 40 | 314 | 330 | 125 | 6 | 0 | 17 | 270 | 112 | 61 |
| Binary | 100000 | 11001100 | 11011000 | 1010101 | 110 | 0 | 1111 | 10111000 | 1001010 | 110001 |
Color Harmonies of #20CCD8
Complementary color
Monochromatic Colors of #20CCD8
Black with #20CCD8
Text Example
Text Example
White with #20CCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CCD8; }
p { color: rgb(32,204,216); }
H1.HeaderClassName
{
color: #20CCD8;
}
.AnyTagClassName
{
color: #20CCD8;
}
</style>
background-color css
<style>
a { background-color: #20CCD8; }
a { background-color: rgb(32,204,216); }
div.DivClassName
{
background-color: #20CCD8;
}
.BgClassName
{
background-color: #20CCD8;
}
</style>
border-color css
<style>
span { border-color: #20CCD8; }
span { border-color: rgb(32,204,216); }
td.TdClassName
{
border-color: #20CCD8;
}
.TagClassName
{
border-color: #20CCD8;
}
</style>