Shades of Bright Turquoise #20E9EF
Tints of Bright Turquoise #20E9EF
RGB
CMYK
RGB Variations
Color information
#20E9EF (or 0x20E9EF) is known color: Bright Turquoise. HEX triplet: 20, E9 and EF. RGB value is (32,233,239). Sum of RGB (Red+Green+Blue) = 32+233+239=504 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.35% from 504); Green value is 233 (91.41% from 255 or 46.23% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #20E9EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20E9EF is #DF1610. Grayscale: #ADADAD. Windows color (decimal): -14620177 or 15722784. OLE color: 15722784.
HSL color Cylindrical-coordinate representation of color #20E9EF: hue angle of 181.74º 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 #20E9EF is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 233 | 239 | - |
| CMYK | 0.87 | 0.03 | 0 | 0.06 |
| HSL | 181.74º | 0.87% | 0.53% | - |
| HSV(B) | 181.74º | 0.87% | 0.94% | - |
| XYZ | 45.31 | 64.82 | 91.78 | - |
| YUV | 173.59 | 164.91 | 27.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 233 | 239 | 0.87 | 0.03 | 0 | 0.06 | 181.74 | 0.87 | 0.53 |
| Hex | 20 | E9 | EF | 57 | 3 | 0 | 6 | B6 | 57 | 35 |
| Octal | 40 | 351 | 357 | 127 | 3 | 0 | 6 | 266 | 127 | 65 |
| Binary | 100000 | 11101001 | 11101111 | 1010111 | 11 | 0 | 110 | 10110110 | 1010111 | 110101 |
Color Harmonies of #20E9EF
Complementary color
Monochromatic Colors of #20E9EF
Black with #20E9EF
Text Example
Text Example
White with #20E9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E9EF; }
p { color: rgb(32,233,239); }
H1.HeaderClassName
{
color: #20E9EF;
}
.AnyTagClassName
{
color: #20E9EF;
}
</style>
background-color css
<style>
a { background-color: #20E9EF; }
a { background-color: rgb(32,233,239); }
div.DivClassName
{
background-color: #20E9EF;
}
.BgClassName
{
background-color: #20E9EF;
}
</style>
border-color css
<style>
span { border-color: #20E9EF; }
span { border-color: rgb(32,233,239); }
td.TdClassName
{
border-color: #20E9EF;
}
.TagClassName
{
border-color: #20E9EF;
}
</style>