Shades of Bright Turquoise #20D9EF
Tints of Bright Turquoise #20D9EF
RGB
CMYK
RGB Variations
Color information
#20D9EF (or 0x20D9EF) is known color: Bright Turquoise. HEX triplet: 20, D9 and EF. RGB value is (32,217,239). Sum of RGB (Red+Green+Blue) = 32+217+239=488 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.56% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #20D9EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20D9EF is #DF2610. Grayscale: #A3A3A3. Windows color (decimal): -14624273 or 15718688. OLE color: 15718688.
HSL color Cylindrical-coordinate representation of color #20D9EF: hue angle of 186.38º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20D9EF is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 217 | 239 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.06 |
| HSL | 186.38º | 0.87% | 0.53% | - |
| HSV(B) | 186.38º | 0.87% | 0.94% | - |
| XYZ | 40.99 | 56.16 | 90.34 | - |
| YUV | 164.19 | 170.21 | 33.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 217 | 239 | 0.87 | 0.09 | 0 | 0.06 | 186.38 | 0.87 | 0.53 |
| Hex | 20 | D9 | EF | 57 | 9 | 0 | 6 | BA | 57 | 35 |
| Octal | 40 | 331 | 357 | 127 | 11 | 0 | 6 | 272 | 127 | 65 |
| Binary | 100000 | 11011001 | 11101111 | 1010111 | 1001 | 0 | 110 | 10111010 | 1010111 | 110101 |
Color Harmonies of #20D9EF
Complementary color
Monochromatic Colors of #20D9EF
Black with #20D9EF
Text Example
Text Example
White with #20D9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D9EF; }
p { color: rgb(32,217,239); }
H1.HeaderClassName
{
color: #20D9EF;
}
.AnyTagClassName
{
color: #20D9EF;
}
</style>
background-color css
<style>
a { background-color: #20D9EF; }
a { background-color: rgb(32,217,239); }
div.DivClassName
{
background-color: #20D9EF;
}
.BgClassName
{
background-color: #20D9EF;
}
</style>
border-color css
<style>
span { border-color: #20D9EF; }
span { border-color: rgb(32,217,239); }
td.TdClassName
{
border-color: #20D9EF;
}
.TagClassName
{
border-color: #20D9EF;
}
</style>