Shades of Medium Turquoise #40D0BE
Tints of Medium Turquoise #40D0BE
RGB
CMYK
RGB Variations
Color information
#40D0BE (or 0x40D0BE) is known color: Medium Turquoise. HEX triplet: 40, D0 and BE. RGB value is (64,208,190). Sum of RGB (Red+Green+Blue) = 64+208+190=462 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.85% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 208 - color contains mainly: green. Hex color #40D0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D0BE is #BF2F41. Grayscale: #A2A2A2. Windows color (decimal): -12529474 or 12505152. OLE color: 12505152.
HSL color Cylindrical-coordinate representation of color #40D0BE: hue angle of 172.5º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D0BE is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 208 | 190 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.18 |
| HSL | 172.5º | 0.61% | 0.53% | - |
| HSV(B) | 172.5º | 0.69% | 0.82% | - |
| XYZ | 33.96 | 49.92 | 56.56 | - |
| YUV | 162.89 | 143.29 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 208 | 190 | 0.69 | 0 | 0.09 | 0.18 | 172.5 | 0.61 | 0.53 |
| Hex | 40 | D0 | BE | 45 | 0 | 9 | 12 | AC | 3D | 35 |
| Octal | 100 | 320 | 276 | 105 | 0 | 11 | 22 | 254 | 75 | 65 |
| Binary | 1000000 | 11010000 | 10111110 | 1000101 | 0 | 1001 | 10010 | 10101100 | 111101 | 110101 |
Color Harmonies of #40D0BE
Complementary color
Monochromatic Colors of #40D0BE
Black with #40D0BE
Text Example
Text Example
White with #40D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D0BE; }
p { color: rgb(64,208,190); }
H1.HeaderClassName
{
color: #40D0BE;
}
.AnyTagClassName
{
color: #40D0BE;
}
</style>
background-color css
<style>
a { background-color: #40D0BE; }
a { background-color: rgb(64,208,190); }
div.DivClassName
{
background-color: #40D0BE;
}
.BgClassName
{
background-color: #40D0BE;
}
</style>
border-color css
<style>
span { border-color: #40D0BE; }
span { border-color: rgb(64,208,190); }
td.TdClassName
{
border-color: #40D0BE;
}
.TagClassName
{
border-color: #40D0BE;
}
</style>