Shades of Medium Turquoise #40D3B5
Tints of Medium Turquoise #40D3B5
RGB
CMYK
RGB Variations
Color information
#40D3B5 (or 0x40D3B5) is known color: Medium Turquoise. HEX triplet: 40, D3 and B5. RGB value is (64,211,181). Sum of RGB (Red+Green+Blue) = 64+211+181=456 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.04% from 456); Green value is 211 (82.81% from 255 or 46.27% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 211 - color contains mainly: green. Hex color #40D3B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D3B5 is #BF2C4A. Grayscale: #A3A3A3. Windows color (decimal): -12528715 or 11916096. OLE color: 11916096.
HSL color Cylindrical-coordinate representation of color #40D3B5: hue angle of 167.76º 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 #40D3B5 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 211 | 181 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.17 |
| HSL | 167.76º | 0.63% | 0.54% | - |
| HSV(B) | 167.76º | 0.7% | 0.83% | - |
| XYZ | 33.75 | 51.01 | 51.78 | - |
| YUV | 163.63 | 137.8 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 211 | 181 | 0.70 | 0 | 0.14 | 0.17 | 167.76 | 0.63 | 0.54 |
| Hex | 40 | D3 | B5 | 46 | 0 | E | 11 | A8 | 3F | 36 |
| Octal | 100 | 323 | 265 | 106 | 0 | 16 | 21 | 250 | 77 | 66 |
| Binary | 1000000 | 11010011 | 10110101 | 1000110 | 0 | 1110 | 10001 | 10101000 | 111111 | 110110 |
Color Harmonies of #40D3B5
Complementary color
Monochromatic Colors of #40D3B5
Black with #40D3B5
Text Example
Text Example
White with #40D3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D3B5; }
p { color: rgb(64,211,181); }
H1.HeaderClassName
{
color: #40D3B5;
}
.AnyTagClassName
{
color: #40D3B5;
}
</style>
background-color css
<style>
a { background-color: #40D3B5; }
a { background-color: rgb(64,211,181); }
div.DivClassName
{
background-color: #40D3B5;
}
.BgClassName
{
background-color: #40D3B5;
}
</style>
border-color css
<style>
span { border-color: #40D3B5; }
span { border-color: rgb(64,211,181); }
td.TdClassName
{
border-color: #40D3B5;
}
.TagClassName
{
border-color: #40D3B5;
}
</style>