Shades of Turquoise #40FEBB
Tints of Turquoise #40FEBB
RGB
CMYK
RGB Variations
Color information
#40FEBB (or 0x40FEBB) is known color: Turquoise. HEX triplet: 40, FE and BB. RGB value is (64,254,187). Sum of RGB (Red+Green+Blue) = 64+254+187=505 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.67% from 505); Green value is 254 (99.61% from 255 or 50.30% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 254 - color contains mainly: green. Hex color #40FEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FEBB is #BF0144. Grayscale: #BDBDBD. Windows color (decimal): -12517701 or 12320320. OLE color: 12320320.
HSL color Cylindrical-coordinate representation of color #40FEBB: hue angle of 158.84º 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 #40FEBB is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 254 | 187 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.00 |
| HSL | 158.84º | 0.99% | 0.62% | - |
| HSV(B) | 158.84º | 0.75% | 1% | - |
| XYZ | 46.53 | 75.56 | 59.15 | - |
| YUV | 189.55 | 126.55 | 38.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 187 | 0.75 | 0 | 0.26 | 0.00 | 158.84 | 0.99 | 0.62 |
| Hex | 40 | FE | BB | 4B | 0 | 1A | 0 | 9F | 63 | 3E |
| Octal | 100 | 376 | 273 | 113 | 0 | 32 | 0 | 237 | 143 | 76 |
| Binary | 1000000 | 11111110 | 10111011 | 1001011 | 0 | 11010 | 0 | 10011111 | 1100011 | 111110 |
Color Harmonies of #40FEBB
Complementary color
Monochromatic Colors of #40FEBB
Black with #40FEBB
Text Example
Text Example
White with #40FEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FEBB; }
p { color: rgb(64,254,187); }
H1.HeaderClassName
{
color: #40FEBB;
}
.AnyTagClassName
{
color: #40FEBB;
}
</style>
background-color css
<style>
a { background-color: #40FEBB; }
a { background-color: rgb(64,254,187); }
div.DivClassName
{
background-color: #40FEBB;
}
.BgClassName
{
background-color: #40FEBB;
}
</style>
border-color css
<style>
span { border-color: #40FEBB; }
span { border-color: rgb(64,254,187); }
td.TdClassName
{
border-color: #40FEBB;
}
.TagClassName
{
border-color: #40FEBB;
}
</style>