Shades of Turquoise #40FEEC
Tints of Turquoise #40FEEC
RGB
CMYK
RGB Variations
Color information
#40FEEC (or 0x40FEEC) is known color: Turquoise. HEX triplet: 40, FE and EC. RGB value is (64,254,236). Sum of RGB (Red+Green+Blue) = 64+254+236=554 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.55% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 254 - color contains mainly: green. Hex color #40FEEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FEEC is #BF0113. Grayscale: #C3C3C3. Windows color (decimal): -12517652 or 15531584. OLE color: 15531584.
HSL color Cylindrical-coordinate representation of color #40FEEC: hue angle of 174.32º 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 #40FEEC is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 254 | 236 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.00 |
| HSL | 174.32º | 0.99% | 0.62% | - |
| HSV(B) | 174.32º | 0.75% | 1% | - |
| XYZ | 52.7 | 78.03 | 91.64 | - |
| YUV | 195.14 | 151.05 | 34.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 236 | 0.75 | 0 | 0.07 | 0.00 | 174.32 | 0.99 | 0.62 |
| Hex | 40 | FE | EC | 4B | 0 | 7 | 0 | AE | 63 | 3E |
| Octal | 100 | 376 | 354 | 113 | 0 | 7 | 0 | 256 | 143 | 76 |
| Binary | 1000000 | 11111110 | 11101100 | 1001011 | 0 | 111 | 0 | 10101110 | 1100011 | 111110 |
Color Harmonies of #40FEEC
Complementary color
Monochromatic Colors of #40FEEC
Black with #40FEEC
Text Example
Text Example
White with #40FEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FEEC; }
p { color: rgb(64,254,236); }
H1.HeaderClassName
{
color: #40FEEC;
}
.AnyTagClassName
{
color: #40FEEC;
}
</style>
background-color css
<style>
a { background-color: #40FEEC; }
a { background-color: rgb(64,254,236); }
div.DivClassName
{
background-color: #40FEEC;
}
.BgClassName
{
background-color: #40FEEC;
}
</style>
border-color css
<style>
span { border-color: #40FEEC; }
span { border-color: rgb(64,254,236); }
td.TdClassName
{
border-color: #40FEEC;
}
.TagClassName
{
border-color: #40FEEC;
}
</style>