Shades of Turquoise #40FFE9
Tints of Turquoise #40FFE9
RGB
CMYK
RGB Variations
Color information
#40FFE9 (or 0x40FFE9) is known color: Turquoise. HEX triplet: 40, FF and E9. RGB value is (64,255,233). Sum of RGB (Red+Green+Blue) = 64+255+233=552 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.59% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 233 (91.41% from 255 or 42.21% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FFE9 is #BF0016. Grayscale: #C3C3C3. Windows color (decimal): -12517399 or 15335232. OLE color: 15335232.
HSL color Cylindrical-coordinate representation of color #40FFE9: hue angle of 173.09º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FFE9 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 233 | - |
| CMYK | 0.75 | 0 | 0.09 | 0 |
| HSL | 173.09º | 1% | 0.63% | - |
| HSV(B) | 173.09º | 0.75% | 1% | - |
| XYZ | 52.58 | 78.49 | 89.47 | - |
| YUV | 195.38 | 149.22 | 34.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 233 | 0.75 | 0 | 0.09 | 0 | 173.09 | 1 | 0.63 |
| Hex | 40 | FF | E9 | 4B | 0 | 9 | 0 | AD | 64 | 3F |
| Octal | 100 | 377 | 351 | 113 | 0 | 11 | 0 | 255 | 144 | 77 |
| Binary | 1000000 | 11111111 | 11101001 | 1001011 | 0 | 1001 | 0 | 10101101 | 1100100 | 111111 |
Color Harmonies of #40FFE9
Complementary color
Monochromatic Colors of #40FFE9
Black with #40FFE9
Text Example
Text Example
White with #40FFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FFE9; }
p { color: rgb(64,255,233); }
H1.HeaderClassName
{
color: #40FFE9;
}
.AnyTagClassName
{
color: #40FFE9;
}
</style>
background-color css
<style>
a { background-color: #40FFE9; }
a { background-color: rgb(64,255,233); }
div.DivClassName
{
background-color: #40FFE9;
}
.BgClassName
{
background-color: #40FFE9;
}
</style>
border-color css
<style>
span { border-color: #40FFE9; }
span { border-color: rgb(64,255,233); }
td.TdClassName
{
border-color: #40FFE9;
}
.TagClassName
{
border-color: #40FFE9;
}
</style>