Shades of Turquoise #40FDE5
Tints of Turquoise #40FDE5
RGB
CMYK
RGB Variations
Color information
#40FDE5 (or 0x40FDE5) is known color: Turquoise. HEX triplet: 40, FD and E5. RGB value is (64,253,229). Sum of RGB (Red+Green+Blue) = 64+253+229=546 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.72% from 546); Green value is 253 (99.22% from 255 or 46.34% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 253 - color contains mainly: green. Hex color #40FDE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FDE5 is #BF021A. Grayscale: #C1C1C1. Windows color (decimal): -12517915 or 15072576. OLE color: 15072576.
HSL color Cylindrical-coordinate representation of color #40FDE5: hue angle of 172.38º 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 #40FDE5 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 253 | 229 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.01 |
| HSL | 172.38º | 0.98% | 0.62% | - |
| HSV(B) | 172.38º | 0.75% | 0.99% | - |
| XYZ | 51.38 | 77 | 86.28 | - |
| YUV | 193.75 | 147.88 | 35.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 253 | 229 | 0.75 | 0 | 0.09 | 0.01 | 172.38 | 0.98 | 0.62 |
| Hex | 40 | FD | E5 | 4B | 0 | 9 | 1 | AC | 62 | 3E |
| Octal | 100 | 375 | 345 | 113 | 0 | 11 | 1 | 254 | 142 | 76 |
| Binary | 1000000 | 11111101 | 11100101 | 1001011 | 0 | 1001 | 1 | 10101100 | 1100010 | 111110 |
Color Harmonies of #40FDE5
Complementary color
Monochromatic Colors of #40FDE5
Black with #40FDE5
Text Example
Text Example
White with #40FDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FDE5; }
p { color: rgb(64,253,229); }
H1.HeaderClassName
{
color: #40FDE5;
}
.AnyTagClassName
{
color: #40FDE5;
}
</style>
background-color css
<style>
a { background-color: #40FDE5; }
a { background-color: rgb(64,253,229); }
div.DivClassName
{
background-color: #40FDE5;
}
.BgClassName
{
background-color: #40FDE5;
}
</style>
border-color css
<style>
span { border-color: #40FDE5; }
span { border-color: rgb(64,253,229); }
td.TdClassName
{
border-color: #40FDE5;
}
.TagClassName
{
border-color: #40FDE5;
}
</style>