Shades of Bright Turquoise #20F9EF
Tints of Bright Turquoise #20F9EF
RGB
CMYK
RGB Variations
Color information
#20F9EF (or 0x20F9EF) is known color: Bright Turquoise. HEX triplet: 20, F9 and EF. RGB value is (32,249,239). Sum of RGB (Red+Green+Blue) = 32+249+239=520 (68% of max value = 765). Red value is 32 (12.89% from 255 or 6.15% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #20F9EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20F9EF is #DF0610. Grayscale: #B6B6B6. Windows color (decimal): -14616081 or 15726880. OLE color: 15726880.
HSL color Cylindrical-coordinate representation of color #20F9EF: hue angle of 177.24º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F9EF is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 249 | 239 | - |
| CMYK | 0.87 | 0 | 0.04 | 0.02 |
| HSL | 177.24º | 0.95% | 0.55% | - |
| HSV(B) | 177.24º | 0.87% | 0.98% | - |
| XYZ | 50.05 | 74.29 | 93.36 | - |
| YUV | 182.98 | 159.61 | 20.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 249 | 239 | 0.87 | 0 | 0.04 | 0.02 | 177.24 | 0.95 | 0.55 |
| Hex | 20 | F9 | EF | 57 | 0 | 4 | 2 | B1 | 5F | 37 |
| Octal | 40 | 371 | 357 | 127 | 0 | 4 | 2 | 261 | 137 | 67 |
| Binary | 100000 | 11111001 | 11101111 | 1010111 | 0 | 100 | 10 | 10110001 | 1011111 | 110111 |
Color Harmonies of #20F9EF
Complementary color
Monochromatic Colors of #20F9EF
Black with #20F9EF
Text Example
Text Example
White with #20F9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F9EF; }
p { color: rgb(32,249,239); }
H1.HeaderClassName
{
color: #20F9EF;
}
.AnyTagClassName
{
color: #20F9EF;
}
</style>
background-color css
<style>
a { background-color: #20F9EF; }
a { background-color: rgb(32,249,239); }
div.DivClassName
{
background-color: #20F9EF;
}
.BgClassName
{
background-color: #20F9EF;
}
</style>
border-color css
<style>
span { border-color: #20F9EF; }
span { border-color: rgb(32,249,239); }
td.TdClassName
{
border-color: #20F9EF;
}
.TagClassName
{
border-color: #20F9EF;
}
</style>