Shades of Bright Turquoise #20FEED
Tints of Bright Turquoise #20FEED
RGB
CMYK
RGB Variations
Color information
#20FEED (or 0x20FEED) is known color: Bright Turquoise. HEX triplet: 20, FE and ED. RGB value is (32,254,237). Sum of RGB (Red+Green+Blue) = 32+254+237=523 (69% of max value = 765). Red value is 32 (12.89% from 255 or 6.12% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #20FEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20FEED is #DF0112. Grayscale: #B9B9B9. Windows color (decimal): -14614803 or 15597088. OLE color: 15597088.
HSL color Cylindrical-coordinate representation of color #20FEED: hue angle of 175.41º 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 #20FEED is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 32 | 254 | 237 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.00 |
| HSL | 175.41º | 0.99% | 0.56% | - |
| HSV(B) | 175.41º | 0.87% | 1% | - |
| XYZ | 51.32 | 77.31 | 92.34 | - |
| YUV | 185.68 | 156.95 | 18.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 254 | 237 | 0.87 | 0 | 0.07 | 0.00 | 175.41 | 0.99 | 0.56 |
| Hex | 20 | FE | ED | 57 | 0 | 7 | 0 | AF | 63 | 38 |
| Octal | 40 | 376 | 355 | 127 | 0 | 7 | 0 | 257 | 143 | 70 |
| Binary | 100000 | 11111110 | 11101101 | 1010111 | 0 | 111 | 0 | 10101111 | 1100011 | 111000 |
Color Harmonies of #20FEED
Complementary color
Monochromatic Colors of #20FEED
Black with #20FEED
Text Example
Text Example
White with #20FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FEED; }
p { color: rgb(32,254,237); }
H1.HeaderClassName
{
color: #20FEED;
}
.AnyTagClassName
{
color: #20FEED;
}
</style>
background-color css
<style>
a { background-color: #20FEED; }
a { background-color: rgb(32,254,237); }
div.DivClassName
{
background-color: #20FEED;
}
.BgClassName
{
background-color: #20FEED;
}
</style>
border-color css
<style>
span { border-color: #20FEED; }
span { border-color: rgb(32,254,237); }
td.TdClassName
{
border-color: #20FEED;
}
.TagClassName
{
border-color: #20FEED;
}
</style>