Shades of Turquoise #40FEBE
Tints of Turquoise #40FEBE
RGB
CMYK
RGB Variations
Color information
#40FEBE (or 0x40FEBE) is known color: Turquoise. HEX triplet: 40, FE and BE. RGB value is (64,254,190). Sum of RGB (Red+Green+Blue) = 64+254+190=508 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.60% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #40FEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FEBE is #BF0141. Grayscale: #BDBDBD. Windows color (decimal): -12517698 or 12516928. OLE color: 12516928.
HSL color Cylindrical-coordinate representation of color #40FEBE: hue angle of 159.79º 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 #40FEBE is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 254 | 190 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.00 |
| HSL | 159.79º | 0.99% | 0.62% | - |
| HSV(B) | 159.79º | 0.75% | 1% | - |
| XYZ | 46.85 | 75.69 | 60.86 | - |
| YUV | 189.89 | 128.05 | 38.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 190 | 0.75 | 0 | 0.25 | 0.00 | 159.79 | 0.99 | 0.62 |
| Hex | 40 | FE | BE | 4B | 0 | 19 | 0 | A0 | 63 | 3E |
| Octal | 100 | 376 | 276 | 113 | 0 | 31 | 0 | 240 | 143 | 76 |
| Binary | 1000000 | 11111110 | 10111110 | 1001011 | 0 | 11001 | 0 | 10100000 | 1100011 | 111110 |
Color Harmonies of #40FEBE
Complementary color
Monochromatic Colors of #40FEBE
Black with #40FEBE
Text Example
Text Example
White with #40FEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FEBE; }
p { color: rgb(64,254,190); }
H1.HeaderClassName
{
color: #40FEBE;
}
.AnyTagClassName
{
color: #40FEBE;
}
</style>
background-color css
<style>
a { background-color: #40FEBE; }
a { background-color: rgb(64,254,190); }
div.DivClassName
{
background-color: #40FEBE;
}
.BgClassName
{
background-color: #40FEBE;
}
</style>
border-color css
<style>
span { border-color: #40FEBE; }
span { border-color: rgb(64,254,190); }
td.TdClassName
{
border-color: #40FEBE;
}
.TagClassName
{
border-color: #40FEBE;
}
</style>