Shades of Medium Turquoise #40D4BE
Tints of Medium Turquoise #40D4BE
RGB
CMYK
RGB Variations
Color information
#40D4BE (or 0x40D4BE) is known color: Medium Turquoise. HEX triplet: 40, D4 and BE. RGB value is (64,212,190). Sum of RGB (Red+Green+Blue) = 64+212+190=466 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.73% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 212 - color contains mainly: green. Hex color #40D4BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D4BE is #BF2B41. Grayscale: #A5A5A5. Windows color (decimal): -12528450 or 12506176. OLE color: 12506176.
HSL color Cylindrical-coordinate representation of color #40D4BE: hue angle of 171.08º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D4BE is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 212 | 190 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.17 |
| HSL | 171.08º | 0.63% | 0.54% | - |
| HSV(B) | 171.08º | 0.7% | 0.83% | - |
| XYZ | 34.95 | 51.89 | 56.89 | - |
| YUV | 165.24 | 141.97 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 212 | 190 | 0.70 | 0 | 0.10 | 0.17 | 171.08 | 0.63 | 0.54 |
| Hex | 40 | D4 | BE | 46 | 0 | A | 11 | AB | 3F | 36 |
| Octal | 100 | 324 | 276 | 106 | 0 | 12 | 21 | 253 | 77 | 66 |
| Binary | 1000000 | 11010100 | 10111110 | 1000110 | 0 | 1010 | 10001 | 10101011 | 111111 | 110110 |
Color Harmonies of #40D4BE
Complementary color
Monochromatic Colors of #40D4BE
Black with #40D4BE
Text Example
Text Example
White with #40D4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D4BE; }
p { color: rgb(64,212,190); }
H1.HeaderClassName
{
color: #40D4BE;
}
.AnyTagClassName
{
color: #40D4BE;
}
</style>
background-color css
<style>
a { background-color: #40D4BE; }
a { background-color: rgb(64,212,190); }
div.DivClassName
{
background-color: #40D4BE;
}
.BgClassName
{
background-color: #40D4BE;
}
</style>
border-color css
<style>
span { border-color: #40D4BE; }
span { border-color: rgb(64,212,190); }
td.TdClassName
{
border-color: #40D4BE;
}
.TagClassName
{
border-color: #40D4BE;
}
</style>