Shades of Bright Turquoise #20FEE9
Tints of Bright Turquoise #20FEE9
RGB
CMYK
RGB Variations
Color information
#20FEE9 (or 0x20FEE9) is known color: Bright Turquoise. HEX triplet: 20, FE and E9. RGB value is (32,254,233). Sum of RGB (Red+Green+Blue) = 32+254+233=519 (68% of max value = 765). Red value is 32 (12.89% from 255 or 6.17% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 233 (91.41% from 255 or 44.89% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #20FEE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20FEE9 is #DF0116. Grayscale: #B9B9B9. Windows color (decimal): -14614807 or 15334944. OLE color: 15334944.
HSL color Cylindrical-coordinate representation of color #20FEE9: hue angle of 174.32º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FEE9 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 32 | 254 | 233 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.00 |
| HSL | 174.32º | 0.99% | 0.56% | - |
| HSV(B) | 174.32º | 0.87% | 1% | - |
| XYZ | 50.75 | 77.07 | 89.29 | - |
| YUV | 185.23 | 154.95 | 18.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 254 | 233 | 0.87 | 0 | 0.08 | 0.00 | 174.32 | 0.99 | 0.56 |
| Hex | 20 | FE | E9 | 57 | 0 | 8 | 0 | AE | 63 | 38 |
| Octal | 40 | 376 | 351 | 127 | 0 | 10 | 0 | 256 | 143 | 70 |
| Binary | 100000 | 11111110 | 11101001 | 1010111 | 0 | 1000 | 0 | 10101110 | 1100011 | 111000 |
Color Harmonies of #20FEE9
Complementary color
Monochromatic Colors of #20FEE9
Black with #20FEE9
Text Example
Text Example
White with #20FEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FEE9; }
p { color: rgb(32,254,233); }
H1.HeaderClassName
{
color: #20FEE9;
}
.AnyTagClassName
{
color: #20FEE9;
}
</style>
background-color css
<style>
a { background-color: #20FEE9; }
a { background-color: rgb(32,254,233); }
div.DivClassName
{
background-color: #20FEE9;
}
.BgClassName
{
background-color: #20FEE9;
}
</style>
border-color css
<style>
span { border-color: #20FEE9; }
span { border-color: rgb(32,254,233); }
td.TdClassName
{
border-color: #20FEE9;
}
.TagClassName
{
border-color: #20FEE9;
}
</style>