Shades of Turquoise #40FFE6
Tints of Turquoise #40FFE6
RGB
CMYK
RGB Variations
Color information
#40FFE6 (or 0x40FFE6) is known color: Turquoise. HEX triplet: 40, FF and E6. RGB value is (64,255,230). Sum of RGB (Red+Green+Blue) = 64+255+230=549 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.66% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FFE6 is #BF0019. Grayscale: #C2C2C2. Windows color (decimal): -12517402 or 15138624. OLE color: 15138624.
HSL color Cylindrical-coordinate representation of color #40FFE6: hue angle of 172.15º 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 #40FFE6 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 230 | - |
| CMYK | 0.75 | 0 | 0.10 | 0 |
| HSL | 172.15º | 1% | 0.63% | - |
| HSV(B) | 172.15º | 0.75% | 1% | - |
| XYZ | 52.16 | 78.32 | 87.23 | - |
| YUV | 195.04 | 147.72 | 34.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 230 | 0.75 | 0 | 0.10 | 0 | 172.15 | 1 | 0.63 |
| Hex | 40 | FF | E6 | 4B | 0 | A | 0 | AC | 64 | 3F |
| Octal | 100 | 377 | 346 | 113 | 0 | 12 | 0 | 254 | 144 | 77 |
| Binary | 1000000 | 11111111 | 11100110 | 1001011 | 0 | 1010 | 0 | 10101100 | 1100100 | 111111 |
Color Harmonies of #40FFE6
Complementary color
Monochromatic Colors of #40FFE6
Black with #40FFE6
Text Example
Text Example
White with #40FFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FFE6; }
p { color: rgb(64,255,230); }
H1.HeaderClassName
{
color: #40FFE6;
}
.AnyTagClassName
{
color: #40FFE6;
}
</style>
background-color css
<style>
a { background-color: #40FFE6; }
a { background-color: rgb(64,255,230); }
div.DivClassName
{
background-color: #40FFE6;
}
.BgClassName
{
background-color: #40FFE6;
}
</style>
border-color css
<style>
span { border-color: #40FFE6; }
span { border-color: rgb(64,255,230); }
td.TdClassName
{
border-color: #40FFE6;
}
.TagClassName
{
border-color: #40FFE6;
}
</style>