Shades of Medium Turquoise #40D4EC
Tints of Medium Turquoise #40D4EC
RGB
CMYK
RGB Variations
Color information
#40D4EC (or 0x40D4EC) is known color: Medium Turquoise. HEX triplet: 40, D4 and EC. RGB value is (64,212,236). Sum of RGB (Red+Green+Blue) = 64+212+236=512 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.5% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #40D4EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D4EC is #BF2B13. Grayscale: #AAAAAA. Windows color (decimal): -12528404 or 15520832. OLE color: 15520832.
HSL color Cylindrical-coordinate representation of color #40D4EC: hue angle of 188.37º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40D4EC is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 212 | 236 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.07 |
| HSL | 188.37º | 0.82% | 0.59% | - |
| HSV(B) | 188.37º | 0.73% | 0.93% | - |
| XYZ | 40.8 | 54.23 | 87.67 | - |
| YUV | 170.48 | 164.97 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 212 | 236 | 0.73 | 0.10 | 0 | 0.07 | 188.37 | 0.82 | 0.59 |
| Hex | 40 | D4 | EC | 49 | A | 0 | 7 | BC | 52 | 3B |
| Octal | 100 | 324 | 354 | 111 | 12 | 0 | 7 | 274 | 122 | 73 |
| Binary | 1000000 | 11010100 | 11101100 | 1001001 | 1010 | 0 | 111 | 10111100 | 1010010 | 111011 |
Color Harmonies of #40D4EC
Complementary color
Monochromatic Colors of #40D4EC
Black with #40D4EC
Text Example
Text Example
White with #40D4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D4EC; }
p { color: rgb(64,212,236); }
H1.HeaderClassName
{
color: #40D4EC;
}
.AnyTagClassName
{
color: #40D4EC;
}
</style>
background-color css
<style>
a { background-color: #40D4EC; }
a { background-color: rgb(64,212,236); }
div.DivClassName
{
background-color: #40D4EC;
}
.BgClassName
{
background-color: #40D4EC;
}
</style>
border-color css
<style>
span { border-color: #40D4EC; }
span { border-color: rgb(64,212,236); }
td.TdClassName
{
border-color: #40D4EC;
}
.TagClassName
{
border-color: #40D4EC;
}
</style>