Shades of Dark Turquoise #20D5CF
Tints of Dark Turquoise #20D5CF
RGB
CMYK
RGB Variations
Color information
#20D5CF (or 0x20D5CF) is known color: Dark Turquoise. HEX triplet: 20, D5 and CF. RGB value is (32,213,207). Sum of RGB (Red+Green+Blue) = 32+213+207=452 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.08% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 213 - color contains mainly: green. Hex color #20D5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D5CF is #DF2A30. Grayscale: #9E9E9E. Windows color (decimal): -14625329 or 13620512. OLE color: 13620512.
HSL color Cylindrical-coordinate representation of color #20D5CF: hue angle of 178.01º 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 #20D5CF is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 213 | 207 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.16 |
| HSL | 178.01º | 0.74% | 0.48% | - |
| HSV(B) | 178.01º | 0.85% | 0.84% | - |
| XYZ | 35.65 | 52.4 | 67.27 | - |
| YUV | 158.2 | 155.53 | 37.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 213 | 207 | 0.85 | 0 | 0.03 | 0.16 | 178.01 | 0.74 | 0.48 |
| Hex | 20 | D5 | CF | 55 | 0 | 3 | 10 | B2 | 4A | 30 |
| Octal | 40 | 325 | 317 | 125 | 0 | 3 | 20 | 262 | 112 | 60 |
| Binary | 100000 | 11010101 | 11001111 | 1010101 | 0 | 11 | 10000 | 10110010 | 1001010 | 110000 |
Color Harmonies of #20D5CF
Complementary color
Monochromatic Colors of #20D5CF
Black with #20D5CF
Text Example
Text Example
White with #20D5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D5CF; }
p { color: rgb(32,213,207); }
H1.HeaderClassName
{
color: #20D5CF;
}
.AnyTagClassName
{
color: #20D5CF;
}
</style>
background-color css
<style>
a { background-color: #20D5CF; }
a { background-color: rgb(32,213,207); }
div.DivClassName
{
background-color: #20D5CF;
}
.BgClassName
{
background-color: #20D5CF;
}
</style>
border-color css
<style>
span { border-color: #20D5CF; }
span { border-color: rgb(32,213,207); }
td.TdClassName
{
border-color: #20D5CF;
}
.TagClassName
{
border-color: #20D5CF;
}
</style>