Shades of Turquoise #40FEDE
Tints of Turquoise #40FEDE
RGB
CMYK
RGB Variations
Color information
#40FEDE (or 0x40FEDE) is known color: Turquoise. HEX triplet: 40, FE and DE. RGB value is (64,254,222). Sum of RGB (Red+Green+Blue) = 64+254+222=540 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.85% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #40FEDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FEDE is #BF0121. Grayscale: #C1C1C1. Windows color (decimal): -12517666 or 14614080. OLE color: 14614080.
HSL color Cylindrical-coordinate representation of color #40FEDE: hue angle of 169.89º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FEDE is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 254 | 222 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.00 |
| HSL | 169.89º | 0.99% | 0.62% | - |
| HSV(B) | 169.89º | 0.75% | 1% | - |
| XYZ | 50.74 | 77.25 | 81.34 | - |
| YUV | 193.54 | 144.05 | 35.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 222 | 0.75 | 0 | 0.13 | 0.00 | 169.89 | 0.99 | 0.62 |
| Hex | 40 | FE | DE | 4B | 0 | D | 0 | AA | 63 | 3E |
| Octal | 100 | 376 | 336 | 113 | 0 | 15 | 0 | 252 | 143 | 76 |
| Binary | 1000000 | 11111110 | 11011110 | 1001011 | 0 | 1101 | 0 | 10101010 | 1100011 | 111110 |
Color Harmonies of #40FEDE
Complementary color
Monochromatic Colors of #40FEDE
Black with #40FEDE
Text Example
Text Example
White with #40FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FEDE; }
p { color: rgb(64,254,222); }
H1.HeaderClassName
{
color: #40FEDE;
}
.AnyTagClassName
{
color: #40FEDE;
}
</style>
background-color css
<style>
a { background-color: #40FEDE; }
a { background-color: rgb(64,254,222); }
div.DivClassName
{
background-color: #40FEDE;
}
.BgClassName
{
background-color: #40FEDE;
}
</style>
border-color css
<style>
span { border-color: #40FEDE; }
span { border-color: rgb(64,254,222); }
td.TdClassName
{
border-color: #40FEDE;
}
.TagClassName
{
border-color: #40FEDE;
}
</style>