Shades of Turquoise #40FFE4
Tints of Turquoise #40FFE4
RGB
CMYK
RGB Variations
Color information
#40FFE4 (or 0x40FFE4) is known color: Turquoise. HEX triplet: 40, FF and E4. RGB value is (64,255,228). Sum of RGB (Red+Green+Blue) = 64+255+228=547 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.70% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 228 (89.45% from 255 or 41.68% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FFE4 is #BF001B. Grayscale: #C2C2C2. Windows color (decimal): -12517404 or 15007552. OLE color: 15007552.
HSL color Cylindrical-coordinate representation of color #40FFE4: hue angle of 171.52º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FFE4 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 228 | - |
| CMYK | 0.75 | 0 | 0.11 | 0 |
| HSL | 171.52º | 1% | 0.63% | - |
| HSV(B) | 171.52º | 0.75% | 1% | - |
| XYZ | 51.88 | 78.21 | 85.76 | - |
| YUV | 194.81 | 146.72 | 34.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 228 | 0.75 | 0 | 0.11 | 0 | 171.52 | 1 | 0.63 |
| Hex | 40 | FF | E4 | 4B | 0 | B | 0 | AC | 64 | 3F |
| Octal | 100 | 377 | 344 | 113 | 0 | 13 | 0 | 254 | 144 | 77 |
| Binary | 1000000 | 11111111 | 11100100 | 1001011 | 0 | 1011 | 0 | 10101100 | 1100100 | 111111 |
Color Harmonies of #40FFE4
Complementary color
Monochromatic Colors of #40FFE4
Black with #40FFE4
Text Example
Text Example
White with #40FFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FFE4; }
p { color: rgb(64,255,228); }
H1.HeaderClassName
{
color: #40FFE4;
}
.AnyTagClassName
{
color: #40FFE4;
}
</style>
background-color css
<style>
a { background-color: #40FFE4; }
a { background-color: rgb(64,255,228); }
div.DivClassName
{
background-color: #40FFE4;
}
.BgClassName
{
background-color: #40FFE4;
}
</style>
border-color css
<style>
span { border-color: #40FFE4; }
span { border-color: rgb(64,255,228); }
td.TdClassName
{
border-color: #40FFE4;
}
.TagClassName
{
border-color: #40FFE4;
}
</style>