Shades of Turquoise #40FEBC
Tints of Turquoise #40FEBC
RGB
CMYK
RGB Variations
Color information
#40FEBC (or 0x40FEBC) is known color: Turquoise. HEX triplet: 40, FE and BC. RGB value is (64,254,188). Sum of RGB (Red+Green+Blue) = 64+254+188=506 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.65% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #40FEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FEBC is #BF0143. Grayscale: #BDBDBD. Windows color (decimal): -12517700 or 12385856. OLE color: 12385856.
HSL color Cylindrical-coordinate representation of color #40FEBC: hue angle of 159.16º 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 #40FEBC is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 254 | 188 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.00 |
| HSL | 159.16º | 0.99% | 0.62% | - |
| HSV(B) | 159.16º | 0.75% | 1% | - |
| XYZ | 46.63 | 75.6 | 59.71 | - |
| YUV | 189.67 | 127.05 | 38.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 188 | 0.75 | 0 | 0.26 | 0.00 | 159.16 | 0.99 | 0.62 |
| Hex | 40 | FE | BC | 4B | 0 | 1A | 0 | 9F | 63 | 3E |
| Octal | 100 | 376 | 274 | 113 | 0 | 32 | 0 | 237 | 143 | 76 |
| Binary | 1000000 | 11111110 | 10111100 | 1001011 | 0 | 11010 | 0 | 10011111 | 1100011 | 111110 |
Color Harmonies of #40FEBC
Complementary color
Monochromatic Colors of #40FEBC
Black with #40FEBC
Text Example
Text Example
White with #40FEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FEBC; }
p { color: rgb(64,254,188); }
H1.HeaderClassName
{
color: #40FEBC;
}
.AnyTagClassName
{
color: #40FEBC;
}
</style>
background-color css
<style>
a { background-color: #40FEBC; }
a { background-color: rgb(64,254,188); }
div.DivClassName
{
background-color: #40FEBC;
}
.BgClassName
{
background-color: #40FEBC;
}
</style>
border-color css
<style>
span { border-color: #40FEBC; }
span { border-color: rgb(64,254,188); }
td.TdClassName
{
border-color: #40FEBC;
}
.TagClassName
{
border-color: #40FEBC;
}
</style>