Shades of Bright Turquoise #20D4EF
Tints of Bright Turquoise #20D4EF
RGB
CMYK
RGB Variations
Color information
#20D4EF (or 0x20D4EF) is known color: Bright Turquoise. HEX triplet: 20, D4 and EF. RGB value is (32,212,239). Sum of RGB (Red+Green+Blue) = 32+212+239=483 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.63% from 483); Green value is 212 (83.20% from 255 or 43.89% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #20D4EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20D4EF is #DF2B10. Grayscale: #A0A0A0. Windows color (decimal): -14625553 or 15717408. OLE color: 15717408.
HSL color Cylindrical-coordinate representation of color #20D4EF: hue angle of 187.83º 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 #20D4EF is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 212 | 239 | - |
| CMYK | 0.87 | 0.11 | 0 | 0.06 |
| HSL | 187.83º | 0.87% | 0.53% | - |
| HSV(B) | 187.83º | 0.87% | 0.94% | - |
| XYZ | 39.72 | 53.63 | 89.92 | - |
| YUV | 161.26 | 171.87 | 35.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 212 | 239 | 0.87 | 0.11 | 0 | 0.06 | 187.83 | 0.87 | 0.53 |
| Hex | 20 | D4 | EF | 57 | B | 0 | 6 | BC | 57 | 35 |
| Octal | 40 | 324 | 357 | 127 | 13 | 0 | 6 | 274 | 127 | 65 |
| Binary | 100000 | 11010100 | 11101111 | 1010111 | 1011 | 0 | 110 | 10111100 | 1010111 | 110101 |
Color Harmonies of #20D4EF
Complementary color
Monochromatic Colors of #20D4EF
Black with #20D4EF
Text Example
Text Example
White with #20D4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D4EF; }
p { color: rgb(32,212,239); }
H1.HeaderClassName
{
color: #20D4EF;
}
.AnyTagClassName
{
color: #20D4EF;
}
</style>
background-color css
<style>
a { background-color: #20D4EF; }
a { background-color: rgb(32,212,239); }
div.DivClassName
{
background-color: #20D4EF;
}
.BgClassName
{
background-color: #20D4EF;
}
</style>
border-color css
<style>
span { border-color: #20D4EF; }
span { border-color: rgb(32,212,239); }
td.TdClassName
{
border-color: #20D4EF;
}
.TagClassName
{
border-color: #20D4EF;
}
</style>