Shades of Turquoise #40FFE2
Tints of Turquoise #40FFE2
RGB
CMYK
RGB Variations
Color information
#40FFE2 (or 0x40FFE2) is known color: Turquoise. HEX triplet: 40, FF and E2. RGB value is (64,255,226). Sum of RGB (Red+Green+Blue) = 64+255+226=545 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.74% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 226 (88.67% from 255 or 41.47% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FFE2 is #BF001D. Grayscale: #C2C2C2. Windows color (decimal): -12517406 or 14876480. OLE color: 14876480.
HSL color Cylindrical-coordinate representation of color #40FFE2: hue angle of 170.89º 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 #40FFE2 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 226 | - |
| CMYK | 0.75 | 0 | 0.11 | 0 |
| HSL | 170.89º | 1% | 0.63% | - |
| HSV(B) | 170.89º | 0.75% | 1% | - |
| XYZ | 51.6 | 78.1 | 84.31 | - |
| YUV | 194.59 | 145.72 | 34.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 226 | 0.75 | 0 | 0.11 | 0 | 170.89 | 1 | 0.63 |
| Hex | 40 | FF | E2 | 4B | 0 | B | 0 | AB | 64 | 3F |
| Octal | 100 | 377 | 342 | 113 | 0 | 13 | 0 | 253 | 144 | 77 |
| Binary | 1000000 | 11111111 | 11100010 | 1001011 | 0 | 1011 | 0 | 10101011 | 1100100 | 111111 |
Color Harmonies of #40FFE2
Complementary color
Monochromatic Colors of #40FFE2
Black with #40FFE2
Text Example
Text Example
White with #40FFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FFE2; }
p { color: rgb(64,255,226); }
H1.HeaderClassName
{
color: #40FFE2;
}
.AnyTagClassName
{
color: #40FFE2;
}
</style>
background-color css
<style>
a { background-color: #40FFE2; }
a { background-color: rgb(64,255,226); }
div.DivClassName
{
background-color: #40FFE2;
}
.BgClassName
{
background-color: #40FFE2;
}
</style>
border-color css
<style>
span { border-color: #40FFE2; }
span { border-color: rgb(64,255,226); }
td.TdClassName
{
border-color: #40FFE2;
}
.TagClassName
{
border-color: #40FFE2;
}
</style>