Shades of Turquoise #40FDE7
Tints of Turquoise #40FDE7
RGB
CMYK
RGB Variations
Color information
#40FDE7 (or 0x40FDE7) is known color: Turquoise. HEX triplet: 40, FD and E7. RGB value is (64,253,231). Sum of RGB (Red+Green+Blue) = 64+253+231=548 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.68% from 548); Green value is 253 (99.22% from 255 or 46.17% from 548); Blue value is 231 (90.62% from 255 or 42.15% from 548); Max value from RGB is 253 - color contains mainly: green. Hex color #40FDE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FDE7 is #BF0218. Grayscale: #C1C1C1. Windows color (decimal): -12517913 or 15203648. OLE color: 15203648.
HSL color Cylindrical-coordinate representation of color #40FDE7: hue angle of 173.02º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FDE7 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 253 | 231 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.01 |
| HSL | 173.02º | 0.98% | 0.62% | - |
| HSV(B) | 173.02º | 0.75% | 0.99% | - |
| XYZ | 51.66 | 77.11 | 87.76 | - |
| YUV | 193.98 | 148.88 | 35.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 253 | 231 | 0.75 | 0 | 0.09 | 0.01 | 173.02 | 0.98 | 0.62 |
| Hex | 40 | FD | E7 | 4B | 0 | 9 | 1 | AD | 62 | 3E |
| Octal | 100 | 375 | 347 | 113 | 0 | 11 | 1 | 255 | 142 | 76 |
| Binary | 1000000 | 11111101 | 11100111 | 1001011 | 0 | 1001 | 1 | 10101101 | 1100010 | 111110 |
Color Harmonies of #40FDE7
Complementary color
Monochromatic Colors of #40FDE7
Black with #40FDE7
Text Example
Text Example
White with #40FDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FDE7; }
p { color: rgb(64,253,231); }
H1.HeaderClassName
{
color: #40FDE7;
}
.AnyTagClassName
{
color: #40FDE7;
}
</style>
background-color css
<style>
a { background-color: #40FDE7; }
a { background-color: rgb(64,253,231); }
div.DivClassName
{
background-color: #40FDE7;
}
.BgClassName
{
background-color: #40FDE7;
}
</style>
border-color css
<style>
span { border-color: #40FDE7; }
span { border-color: rgb(64,253,231); }
td.TdClassName
{
border-color: #40FDE7;
}
.TagClassName
{
border-color: #40FDE7;
}
</style>