Shades of Turquoise #20D9C9
Tints of Turquoise #20D9C9
RGB
CMYK
RGB Variations
Color information
#20D9C9 (or 0x20D9C9) is known color: Turquoise. HEX triplet: 20, D9 and C9. RGB value is (32,217,201). Sum of RGB (Red+Green+Blue) = 32+217+201=450 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.11% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #20D9C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D9C9 is #DF2636. Grayscale: #9F9F9F. Windows color (decimal): -14624311 or 13228320. OLE color: 13228320.
HSL color Cylindrical-coordinate representation of color #20D9C9: hue angle of 174.81º 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 #20D9C9 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 217 | 201 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.15 |
| HSL | 174.81º | 0.74% | 0.49% | - |
| HSV(B) | 174.81º | 0.85% | 0.85% | - |
| XYZ | 35.95 | 54.15 | 63.82 | - |
| YUV | 159.86 | 151.21 | 36.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 217 | 201 | 0.85 | 0 | 0.07 | 0.15 | 174.81 | 0.74 | 0.49 |
| Hex | 20 | D9 | C9 | 55 | 0 | 7 | F | AF | 4A | 31 |
| Octal | 40 | 331 | 311 | 125 | 0 | 7 | 17 | 257 | 112 | 61 |
| Binary | 100000 | 11011001 | 11001001 | 1010101 | 0 | 111 | 1111 | 10101111 | 1001010 | 110001 |
Color Harmonies of #20D9C9
Complementary color
Monochromatic Colors of #20D9C9
Black with #20D9C9
Text Example
Text Example
White with #20D9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D9C9; }
p { color: rgb(32,217,201); }
H1.HeaderClassName
{
color: #20D9C9;
}
.AnyTagClassName
{
color: #20D9C9;
}
</style>
background-color css
<style>
a { background-color: #20D9C9; }
a { background-color: rgb(32,217,201); }
div.DivClassName
{
background-color: #20D9C9;
}
.BgClassName
{
background-color: #20D9C9;
}
</style>
border-color css
<style>
span { border-color: #20D9C9; }
span { border-color: rgb(32,217,201); }
td.TdClassName
{
border-color: #20D9C9;
}
.TagClassName
{
border-color: #20D9C9;
}
</style>