Shades of Turquoise #40FEAC
Tints of Turquoise #40FEAC
RGB
CMYK
RGB Variations
Color information
#40FEAC (or 0x40FEAC) is known color: Turquoise. HEX triplet: 40, FE and AC. RGB value is (64,254,172). Sum of RGB (Red+Green+Blue) = 64+254+172=490 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.06% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #40FEAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FEAC is #BF0153. Grayscale: #BBBBBB. Windows color (decimal): -12517716 or 11337280. OLE color: 11337280.
HSL color Cylindrical-coordinate representation of color #40FEAC: hue angle of 154.11º 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 #40FEAC is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 254 | 172 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.00 |
| HSL | 154.11º | 0.99% | 0.62% | - |
| HSV(B) | 154.11º | 0.75% | 1% | - |
| XYZ | 45 | 74.95 | 51.13 | - |
| YUV | 187.84 | 119.05 | 39.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 172 | 0.75 | 0 | 0.32 | 0.00 | 154.11 | 0.99 | 0.62 |
| Hex | 40 | FE | AC | 4B | 0 | 20 | 0 | 9A | 63 | 3E |
| Octal | 100 | 376 | 254 | 113 | 0 | 40 | 0 | 232 | 143 | 76 |
| Binary | 1000000 | 11111110 | 10101100 | 1001011 | 0 | 100000 | 0 | 10011010 | 1100011 | 111110 |
Color Harmonies of #40FEAC
Complementary color
Monochromatic Colors of #40FEAC
Black with #40FEAC
Text Example
Text Example
White with #40FEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FEAC; }
p { color: rgb(64,254,172); }
H1.HeaderClassName
{
color: #40FEAC;
}
.AnyTagClassName
{
color: #40FEAC;
}
</style>
background-color css
<style>
a { background-color: #40FEAC; }
a { background-color: rgb(64,254,172); }
div.DivClassName
{
background-color: #40FEAC;
}
.BgClassName
{
background-color: #40FEAC;
}
</style>
border-color css
<style>
span { border-color: #40FEAC; }
span { border-color: rgb(64,254,172); }
td.TdClassName
{
border-color: #40FEAC;
}
.TagClassName
{
border-color: #40FEAC;
}
</style>