Shades of Bright Turquoise #20F8F0
Tints of Bright Turquoise #20F8F0
RGB
CMYK
RGB Variations
Color information
#20F8F0 (or 0x20F8F0) is known color: Bright Turquoise. HEX triplet: 20, F8 and F0. RGB value is (32,248,240). Sum of RGB (Red+Green+Blue) = 32+248+240=520 (68% of max value = 765). Red value is 32 (12.89% from 255 or 6.15% from 520); Green value is 248 (97.27% from 255 or 47.69% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 248 - color contains mainly: green. Hex color #20F8F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20F8F0 is #DF070F. Grayscale: #B6B6B6. Windows color (decimal): -14616336 or 15792160. OLE color: 15792160.
HSL color Cylindrical-coordinate representation of color #20F8F0: hue angle of 177.78º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F8F0 is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 32 | 248 | 240 | - |
| CMYK | 0.87 | 0 | 0.03 | 0.03 |
| HSL | 177.78º | 0.94% | 0.55% | - |
| HSV(B) | 177.78º | 0.87% | 0.97% | - |
| XYZ | 49.89 | 73.73 | 94.04 | - |
| YUV | 182.5 | 160.44 | 20.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 248 | 240 | 0.87 | 0 | 0.03 | 0.03 | 177.78 | 0.94 | 0.55 |
| Hex | 20 | F8 | F0 | 57 | 0 | 3 | 3 | B2 | 5E | 37 |
| Octal | 40 | 370 | 360 | 127 | 0 | 3 | 3 | 262 | 136 | 67 |
| Binary | 100000 | 11111000 | 11110000 | 1010111 | 0 | 11 | 11 | 10110010 | 1011110 | 110111 |
Color Harmonies of #20F8F0
Complementary color
Monochromatic Colors of #20F8F0
Black with #20F8F0
Text Example
Text Example
White with #20F8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F8F0; }
p { color: rgb(32,248,240); }
H1.HeaderClassName
{
color: #20F8F0;
}
.AnyTagClassName
{
color: #20F8F0;
}
</style>
background-color css
<style>
a { background-color: #20F8F0; }
a { background-color: rgb(32,248,240); }
div.DivClassName
{
background-color: #20F8F0;
}
.BgClassName
{
background-color: #20F8F0;
}
</style>
border-color css
<style>
span { border-color: #20F8F0; }
span { border-color: rgb(32,248,240); }
td.TdClassName
{
border-color: #20F8F0;
}
.TagClassName
{
border-color: #20F8F0;
}
</style>