Shades of Turquoise #40FED0
Tints of Turquoise #40FED0
RGB
CMYK
RGB Variations
Color information
#40FED0 (or 0x40FED0) is known color: Turquoise. HEX triplet: 40, FE and D0. RGB value is (64,254,208). Sum of RGB (Red+Green+Blue) = 64+254+208=526 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.17% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #40FED0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FED0 is #BF012F. Grayscale: #BFBFBF. Windows color (decimal): -12517680 or 13696576. OLE color: 13696576.
HSL color Cylindrical-coordinate representation of color #40FED0: hue angle of 165.47º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FED0 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 254 | 208 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.00 |
| HSL | 165.47º | 0.99% | 0.62% | - |
| HSV(B) | 165.47º | 0.75% | 1% | - |
| XYZ | 48.94 | 76.53 | 71.87 | - |
| YUV | 191.95 | 137.05 | 36.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 208 | 0.75 | 0 | 0.18 | 0.00 | 165.47 | 0.99 | 0.62 |
| Hex | 40 | FE | D0 | 4B | 0 | 12 | 0 | A5 | 63 | 3E |
| Octal | 100 | 376 | 320 | 113 | 0 | 22 | 0 | 245 | 143 | 76 |
| Binary | 1000000 | 11111110 | 11010000 | 1001011 | 0 | 10010 | 0 | 10100101 | 1100011 | 111110 |
Color Harmonies of #40FED0
Complementary color
Monochromatic Colors of #40FED0
Black with #40FED0
Text Example
Text Example
White with #40FED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FED0; }
p { color: rgb(64,254,208); }
H1.HeaderClassName
{
color: #40FED0;
}
.AnyTagClassName
{
color: #40FED0;
}
</style>
background-color css
<style>
a { background-color: #40FED0; }
a { background-color: rgb(64,254,208); }
div.DivClassName
{
background-color: #40FED0;
}
.BgClassName
{
background-color: #40FED0;
}
</style>
border-color css
<style>
span { border-color: #40FED0; }
span { border-color: rgb(64,254,208); }
td.TdClassName
{
border-color: #40FED0;
}
.TagClassName
{
border-color: #40FED0;
}
</style>