Shades of Turquoise #40FFF0
Tints of Turquoise #40FFF0
RGB
CMYK
RGB Variations
Color information
#40FFF0 (or 0x40FFF0) is known color: Turquoise. HEX triplet: 40, FF and F0. RGB value is (64,255,240). Sum of RGB (Red+Green+Blue) = 64+255+240=559 (74% of max value = 765). Red value is 64 (25.39% from 255 or 11.45% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FFF0 is #BF000F. Grayscale: #C4C4C4. Windows color (decimal): -12517392 or 15793984. OLE color: 15793984.
HSL color Cylindrical-coordinate representation of color #40FFF0: hue angle of 175.29º 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 #40FFF0 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 240 | - |
| CMYK | 0.75 | 0 | 0.06 | 0 |
| HSL | 175.29º | 1% | 0.63% | - |
| HSV(B) | 175.29º | 0.75% | 1% | - |
| XYZ | 53.6 | 78.9 | 94.84 | - |
| YUV | 196.18 | 152.72 | 33.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 240 | 0.75 | 0 | 0.06 | 0 | 175.29 | 1 | 0.63 |
| Hex | 40 | FF | F0 | 4B | 0 | 6 | 0 | AF | 64 | 3F |
| Octal | 100 | 377 | 360 | 113 | 0 | 6 | 0 | 257 | 144 | 77 |
| Binary | 1000000 | 11111111 | 11110000 | 1001011 | 0 | 110 | 0 | 10101111 | 1100100 | 111111 |
Color Harmonies of #40FFF0
Complementary color
Monochromatic Colors of #40FFF0
Black with #40FFF0
Text Example
Text Example
White with #40FFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FFF0; }
p { color: rgb(64,255,240); }
H1.HeaderClassName
{
color: #40FFF0;
}
.AnyTagClassName
{
color: #40FFF0;
}
</style>
background-color css
<style>
a { background-color: #40FFF0; }
a { background-color: rgb(64,255,240); }
div.DivClassName
{
background-color: #40FFF0;
}
.BgClassName
{
background-color: #40FFF0;
}
</style>
border-color css
<style>
span { border-color: #40FFF0; }
span { border-color: rgb(64,255,240); }
td.TdClassName
{
border-color: #40FFF0;
}
.TagClassName
{
border-color: #40FFF0;
}
</style>