Shades of Turquoise #40FEEA
Tints of Turquoise #40FEEA
RGB
CMYK
RGB Variations
Color information
#40FEEA (or 0x40FEEA) is known color: Turquoise. HEX triplet: 40, FE and EA. RGB value is (64,254,234). Sum of RGB (Red+Green+Blue) = 64+254+234=552 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.59% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #40FEEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FEEA is #BF0115. Grayscale: #C2C2C2. Windows color (decimal): -12517654 or 15400512. OLE color: 15400512.
HSL color Cylindrical-coordinate representation of color #40FEEA: hue angle of 173.68º 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 #40FEEA is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 254 | 234 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.00 |
| HSL | 173.68º | 0.99% | 0.62% | - |
| HSV(B) | 173.68º | 0.75% | 1% | - |
| XYZ | 52.41 | 77.91 | 90.12 | - |
| YUV | 194.91 | 150.05 | 34.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 234 | 0.75 | 0 | 0.08 | 0.00 | 173.68 | 0.99 | 0.62 |
| Hex | 40 | FE | EA | 4B | 0 | 8 | 0 | AE | 63 | 3E |
| Octal | 100 | 376 | 352 | 113 | 0 | 10 | 0 | 256 | 143 | 76 |
| Binary | 1000000 | 11111110 | 11101010 | 1001011 | 0 | 1000 | 0 | 10101110 | 1100011 | 111110 |
Color Harmonies of #40FEEA
Complementary color
Monochromatic Colors of #40FEEA
Black with #40FEEA
Text Example
Text Example
White with #40FEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FEEA; }
p { color: rgb(64,254,234); }
H1.HeaderClassName
{
color: #40FEEA;
}
.AnyTagClassName
{
color: #40FEEA;
}
</style>
background-color css
<style>
a { background-color: #40FEEA; }
a { background-color: rgb(64,254,234); }
div.DivClassName
{
background-color: #40FEEA;
}
.BgClassName
{
background-color: #40FEEA;
}
</style>
border-color css
<style>
span { border-color: #40FEEA; }
span { border-color: rgb(64,254,234); }
td.TdClassName
{
border-color: #40FEEA;
}
.TagClassName
{
border-color: #40FEEA;
}
</style>