Shades of Dark Turquoise #20C8D5
Tints of Dark Turquoise #20C8D5
RGB
CMYK
RGB Variations
Color information
#20C8D5 (or 0x20C8D5) is known color: Dark Turquoise. HEX triplet: 20, C8 and D5. RGB value is (32,200,213). Sum of RGB (Red+Green+Blue) = 32+200+213=445 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.19% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 213 (83.59% from 255 or 47.87% from 445); Max value from RGB is 213 - color contains mainly: blue. Hex color #20C8D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C8D5 is #DF372A. Grayscale: #979797. Windows color (decimal): -14628651 or 14010400. OLE color: 14010400.
HSL color Cylindrical-coordinate representation of color #20C8D5: hue angle of 184.31º 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 #20C8D5 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 200 | 213 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.16 |
| HSL | 184.31º | 0.74% | 0.48% | - |
| HSV(B) | 184.31º | 0.85% | 0.84% | - |
| XYZ | 33.26 | 46.42 | 70.16 | - |
| YUV | 151.25 | 162.84 | 42.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 200 | 213 | 0.85 | 0.06 | 0 | 0.16 | 184.31 | 0.74 | 0.48 |
| Hex | 20 | C8 | D5 | 55 | 6 | 0 | 10 | B8 | 4A | 30 |
| Octal | 40 | 310 | 325 | 125 | 6 | 0 | 20 | 270 | 112 | 60 |
| Binary | 100000 | 11001000 | 11010101 | 1010101 | 110 | 0 | 10000 | 10111000 | 1001010 | 110000 |
Color Harmonies of #20C8D5
Complementary color
Monochromatic Colors of #20C8D5
Black with #20C8D5
Text Example
Text Example
White with #20C8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C8D5; }
p { color: rgb(32,200,213); }
H1.HeaderClassName
{
color: #20C8D5;
}
.AnyTagClassName
{
color: #20C8D5;
}
</style>
background-color css
<style>
a { background-color: #20C8D5; }
a { background-color: rgb(32,200,213); }
div.DivClassName
{
background-color: #20C8D5;
}
.BgClassName
{
background-color: #20C8D5;
}
</style>
border-color css
<style>
span { border-color: #20C8D5; }
span { border-color: rgb(32,200,213); }
td.TdClassName
{
border-color: #20C8D5;
}
.TagClassName
{
border-color: #20C8D5;
}
</style>