Shades of Medium Turquoise #40D4EB
Tints of Medium Turquoise #40D4EB
RGB
CMYK
RGB Variations
Color information
#40D4EB (or 0x40D4EB) is known color: Medium Turquoise. HEX triplet: 40, D4 and EB. RGB value is (64,212,235). Sum of RGB (Red+Green+Blue) = 64+212+235=511 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.52% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #40D4EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D4EB is #BF2B14. Grayscale: #AAAAAA. Windows color (decimal): -12528405 or 15455296. OLE color: 15455296.
HSL color Cylindrical-coordinate representation of color #40D4EB: hue angle of 188.07º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40D4EB is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 212 | 235 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.08 |
| HSL | 188.07º | 0.81% | 0.59% | - |
| HSV(B) | 188.07º | 0.73% | 0.92% | - |
| XYZ | 40.65 | 54.18 | 86.91 | - |
| YUV | 170.37 | 164.47 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 212 | 235 | 0.73 | 0.10 | 0 | 0.08 | 188.07 | 0.81 | 0.59 |
| Hex | 40 | D4 | EB | 49 | A | 0 | 8 | BC | 51 | 3B |
| Octal | 100 | 324 | 353 | 111 | 12 | 0 | 10 | 274 | 121 | 73 |
| Binary | 1000000 | 11010100 | 11101011 | 1001001 | 1010 | 0 | 1000 | 10111100 | 1010001 | 111011 |
Color Harmonies of #40D4EB
Complementary color
Monochromatic Colors of #40D4EB
Black with #40D4EB
Text Example
Text Example
White with #40D4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D4EB; }
p { color: rgb(64,212,235); }
H1.HeaderClassName
{
color: #40D4EB;
}
.AnyTagClassName
{
color: #40D4EB;
}
</style>
background-color css
<style>
a { background-color: #40D4EB; }
a { background-color: rgb(64,212,235); }
div.DivClassName
{
background-color: #40D4EB;
}
.BgClassName
{
background-color: #40D4EB;
}
</style>
border-color css
<style>
span { border-color: #40D4EB; }
span { border-color: rgb(64,212,235); }
td.TdClassName
{
border-color: #40D4EB;
}
.TagClassName
{
border-color: #40D4EB;
}
</style>