Shades of Medium Turquoise #40D0BD
Tints of Medium Turquoise #40D0BD
RGB
CMYK
RGB Variations
Color information
#40D0BD (or 0x40D0BD) is known color: Medium Turquoise. HEX triplet: 40, D0 and BD. RGB value is (64,208,189). Sum of RGB (Red+Green+Blue) = 64+208+189=461 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.88% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #40D0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D0BD is #BF2F42. Grayscale: #A2A2A2. Windows color (decimal): -12529475 or 12439616. OLE color: 12439616.
HSL color Cylindrical-coordinate representation of color #40D0BD: hue angle of 172.08º 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 #40D0BD is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 208 | 189 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.18 |
| HSL | 172.08º | 0.61% | 0.53% | - |
| HSV(B) | 172.08º | 0.69% | 0.82% | - |
| XYZ | 33.86 | 49.88 | 55.99 | - |
| YUV | 162.78 | 142.79 | 57.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 208 | 189 | 0.69 | 0 | 0.09 | 0.18 | 172.08 | 0.61 | 0.53 |
| Hex | 40 | D0 | BD | 45 | 0 | 9 | 12 | AC | 3D | 35 |
| Octal | 100 | 320 | 275 | 105 | 0 | 11 | 22 | 254 | 75 | 65 |
| Binary | 1000000 | 11010000 | 10111101 | 1000101 | 0 | 1001 | 10010 | 10101100 | 111101 | 110101 |
Color Harmonies of #40D0BD
Complementary color
Monochromatic Colors of #40D0BD
Black with #40D0BD
Text Example
Text Example
White with #40D0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D0BD; }
p { color: rgb(64,208,189); }
H1.HeaderClassName
{
color: #40D0BD;
}
.AnyTagClassName
{
color: #40D0BD;
}
</style>
background-color css
<style>
a { background-color: #40D0BD; }
a { background-color: rgb(64,208,189); }
div.DivClassName
{
background-color: #40D0BD;
}
.BgClassName
{
background-color: #40D0BD;
}
</style>
border-color css
<style>
span { border-color: #40D0BD; }
span { border-color: rgb(64,208,189); }
td.TdClassName
{
border-color: #40D0BD;
}
.TagClassName
{
border-color: #40D0BD;
}
</style>