Shades of Turquoise #40FEEB
Tints of Turquoise #40FEEB
RGB
CMYK
RGB Variations
Color information
#40FEEB (or 0x40FEEB) is known color: Turquoise. HEX triplet: 40, FE and EB. RGB value is (64,254,235). Sum of RGB (Red+Green+Blue) = 64+254+235=553 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.57% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #40FEEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FEEB is #BF0114. Grayscale: #C2C2C2. Windows color (decimal): -12517653 or 15466048. OLE color: 15466048.
HSL color Cylindrical-coordinate representation of color #40FEEB: hue angle of 174º 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 #40FEEB is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 254 | 235 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.00 |
| HSL | 174º | 0.99% | 0.62% | - |
| HSV(B) | 174º | 0.75% | 1% | - |
| XYZ | 52.55 | 77.97 | 90.88 | - |
| YUV | 195.02 | 150.55 | 34.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 235 | 0.75 | 0 | 0.07 | 0.00 | 174 | 0.99 | 0.62 |
| Hex | 40 | FE | EB | 4B | 0 | 7 | 0 | AE | 63 | 3E |
| Octal | 100 | 376 | 353 | 113 | 0 | 7 | 0 | 256 | 143 | 76 |
| Binary | 1000000 | 11111110 | 11101011 | 1001011 | 0 | 111 | 0 | 10101110 | 1100011 | 111110 |
Color Harmonies of #40FEEB
Complementary color
Monochromatic Colors of #40FEEB
Black with #40FEEB
Text Example
Text Example
White with #40FEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FEEB; }
p { color: rgb(64,254,235); }
H1.HeaderClassName
{
color: #40FEEB;
}
.AnyTagClassName
{
color: #40FEEB;
}
</style>
background-color css
<style>
a { background-color: #40FEEB; }
a { background-color: rgb(64,254,235); }
div.DivClassName
{
background-color: #40FEEB;
}
.BgClassName
{
background-color: #40FEEB;
}
</style>
border-color css
<style>
span { border-color: #40FEEB; }
span { border-color: rgb(64,254,235); }
td.TdClassName
{
border-color: #40FEEB;
}
.TagClassName
{
border-color: #40FEEB;
}
</style>