Shades of Dark Turquoise #20C8D7
Tints of Dark Turquoise #20C8D7
RGB
CMYK
RGB Variations
Color information
#20C8D7 (or 0x20C8D7) is known color: Dark Turquoise. HEX triplet: 20, C8 and D7. RGB value is (32,200,215). Sum of RGB (Red+Green+Blue) = 32+200+215=447 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.16% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 215 (84.38% from 255 or 48.10% from 447); Max value from RGB is 215 - color contains mainly: blue. Hex color #20C8D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C8D7 is #DF3728. Grayscale: #979797. Windows color (decimal): -14628649 or 14141472. OLE color: 14141472.
HSL color Cylindrical-coordinate representation of color #20C8D7: hue angle of 184.92º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20C8D7 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 200 | 215 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.16 |
| HSL | 184.92º | 0.74% | 0.48% | - |
| HSV(B) | 184.92º | 0.85% | 0.84% | - |
| XYZ | 33.52 | 46.52 | 71.5 | - |
| YUV | 151.48 | 163.84 | 42.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 200 | 215 | 0.85 | 0.07 | 0 | 0.16 | 184.92 | 0.74 | 0.48 |
| Hex | 20 | C8 | D7 | 55 | 7 | 0 | 10 | B9 | 4A | 30 |
| Octal | 40 | 310 | 327 | 125 | 7 | 0 | 20 | 271 | 112 | 60 |
| Binary | 100000 | 11001000 | 11010111 | 1010101 | 111 | 0 | 10000 | 10111001 | 1001010 | 110000 |
Color Harmonies of #20C8D7
Complementary color
Monochromatic Colors of #20C8D7
Black with #20C8D7
Text Example
Text Example
White with #20C8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C8D7; }
p { color: rgb(32,200,215); }
H1.HeaderClassName
{
color: #20C8D7;
}
.AnyTagClassName
{
color: #20C8D7;
}
</style>
background-color css
<style>
a { background-color: #20C8D7; }
a { background-color: rgb(32,200,215); }
div.DivClassName
{
background-color: #20C8D7;
}
.BgClassName
{
background-color: #20C8D7;
}
</style>
border-color css
<style>
span { border-color: #20C8D7; }
span { border-color: rgb(32,200,215); }
td.TdClassName
{
border-color: #20C8D7;
}
.TagClassName
{
border-color: #20C8D7;
}
</style>