Shades of Bright Turquoise #20F5E6
Tints of Bright Turquoise #20F5E6
RGB
CMYK
RGB Variations
Color information
#20F5E6 (or 0x20F5E6) is known color: Bright Turquoise. HEX triplet: 20, F5 and E6. RGB value is (32,245,230). Sum of RGB (Red+Green+Blue) = 32+245+230=507 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.31% from 507); Green value is 245 (96.09% from 255 or 48.32% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 245 - color contains mainly: green. Hex color #20F5E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20F5E6 is #DF0A19. Grayscale: #B3B3B3. Windows color (decimal): -14617114 or 15136032. OLE color: 15136032.
HSL color Cylindrical-coordinate representation of color #20F5E6: hue angle of 175.77º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F5E6 is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 245 | 230 | - |
| CMYK | 0.87 | 0 | 0.06 | 0.04 |
| HSL | 175.77º | 0.91% | 0.54% | - |
| HSV(B) | 175.77º | 0.87% | 0.96% | - |
| XYZ | 47.53 | 71.33 | 86.12 | - |
| YUV | 179.6 | 156.43 | 22.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 245 | 230 | 0.87 | 0 | 0.06 | 0.04 | 175.77 | 0.91 | 0.54 |
| Hex | 20 | F5 | E6 | 57 | 0 | 6 | 4 | B0 | 5B | 36 |
| Octal | 40 | 365 | 346 | 127 | 0 | 6 | 4 | 260 | 133 | 66 |
| Binary | 100000 | 11110101 | 11100110 | 1010111 | 0 | 110 | 100 | 10110000 | 1011011 | 110110 |
Color Harmonies of #20F5E6
Complementary color
Monochromatic Colors of #20F5E6
Black with #20F5E6
Text Example
Text Example
White with #20F5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F5E6; }
p { color: rgb(32,245,230); }
H1.HeaderClassName
{
color: #20F5E6;
}
.AnyTagClassName
{
color: #20F5E6;
}
</style>
background-color css
<style>
a { background-color: #20F5E6; }
a { background-color: rgb(32,245,230); }
div.DivClassName
{
background-color: #20F5E6;
}
.BgClassName
{
background-color: #20F5E6;
}
</style>
border-color css
<style>
span { border-color: #20F5E6; }
span { border-color: rgb(32,245,230); }
td.TdClassName
{
border-color: #20F5E6;
}
.TagClassName
{
border-color: #20F5E6;
}
</style>