Shades of Bright Turquoise #20F5E3
Tints of Bright Turquoise #20F5E3
RGB
CMYK
RGB Variations
Color information
#20F5E3 (or 0x20F5E3) is known color: Bright Turquoise. HEX triplet: 20, F5 and E3. RGB value is (32,245,227). Sum of RGB (Red+Green+Blue) = 32+245+227=504 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.35% from 504); Green value is 245 (96.09% from 255 or 48.61% from 504); Blue value is 227 (89.06% from 255 or 45.04% from 504); Max value from RGB is 245 - color contains mainly: green. Hex color #20F5E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20F5E3 is #DF0A1C. Grayscale: #B3B3B3. Windows color (decimal): -14617117 or 14939424. OLE color: 14939424.
HSL color Cylindrical-coordinate representation of color #20F5E3: hue angle of 174.93º 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 #20F5E3 is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 245 | 227 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.04 |
| HSL | 174.93º | 0.91% | 0.54% | - |
| HSV(B) | 174.93º | 0.87% | 0.96% | - |
| XYZ | 47.11 | 71.16 | 83.92 | - |
| YUV | 179.26 | 154.93 | 22.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 245 | 227 | 0.87 | 0 | 0.07 | 0.04 | 174.93 | 0.91 | 0.54 |
| Hex | 20 | F5 | E3 | 57 | 0 | 7 | 4 | AF | 5B | 36 |
| Octal | 40 | 365 | 343 | 127 | 0 | 7 | 4 | 257 | 133 | 66 |
| Binary | 100000 | 11110101 | 11100011 | 1010111 | 0 | 111 | 100 | 10101111 | 1011011 | 110110 |
Color Harmonies of #20F5E3
Complementary color
Monochromatic Colors of #20F5E3
Black with #20F5E3
Text Example
Text Example
White with #20F5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F5E3; }
p { color: rgb(32,245,227); }
H1.HeaderClassName
{
color: #20F5E3;
}
.AnyTagClassName
{
color: #20F5E3;
}
</style>
background-color css
<style>
a { background-color: #20F5E3; }
a { background-color: rgb(32,245,227); }
div.DivClassName
{
background-color: #20F5E3;
}
.BgClassName
{
background-color: #20F5E3;
}
</style>
border-color css
<style>
span { border-color: #20F5E3; }
span { border-color: rgb(32,245,227); }
td.TdClassName
{
border-color: #20F5E3;
}
.TagClassName
{
border-color: #20F5E3;
}
</style>