Shades of Medium Turquoise #40D0EC
Tints of Medium Turquoise #40D0EC
RGB
CMYK
RGB Variations
Color information
#40D0EC (or 0x40D0EC) is known color: Medium Turquoise. HEX triplet: 40, D0 and EC. RGB value is (64,208,236). Sum of RGB (Red+Green+Blue) = 64+208+236=508 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.60% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #40D0EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D0EC is #BF2F13. Grayscale: #A7A7A7. Windows color (decimal): -12529428 or 15519808. OLE color: 15519808.
HSL color Cylindrical-coordinate representation of color #40D0EC: hue angle of 189.77º 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 #40D0EC is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 208 | 236 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.07 |
| HSL | 189.77º | 0.82% | 0.59% | - |
| HSV(B) | 189.77º | 0.73% | 0.93% | - |
| XYZ | 39.81 | 52.26 | 87.35 | - |
| YUV | 168.14 | 166.29 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 208 | 236 | 0.73 | 0.12 | 0 | 0.07 | 189.77 | 0.82 | 0.59 |
| Hex | 40 | D0 | EC | 49 | C | 0 | 7 | BE | 52 | 3B |
| Octal | 100 | 320 | 354 | 111 | 14 | 0 | 7 | 276 | 122 | 73 |
| Binary | 1000000 | 11010000 | 11101100 | 1001001 | 1100 | 0 | 111 | 10111110 | 1010010 | 111011 |
Color Harmonies of #40D0EC
Complementary color
Monochromatic Colors of #40D0EC
Black with #40D0EC
Text Example
Text Example
White with #40D0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D0EC; }
p { color: rgb(64,208,236); }
H1.HeaderClassName
{
color: #40D0EC;
}
.AnyTagClassName
{
color: #40D0EC;
}
</style>
background-color css
<style>
a { background-color: #40D0EC; }
a { background-color: rgb(64,208,236); }
div.DivClassName
{
background-color: #40D0EC;
}
.BgClassName
{
background-color: #40D0EC;
}
</style>
border-color css
<style>
span { border-color: #40D0EC; }
span { border-color: rgb(64,208,236); }
td.TdClassName
{
border-color: #40D0EC;
}
.TagClassName
{
border-color: #40D0EC;
}
</style>