Shades of Medium Turquoise #40D2B9
Tints of Medium Turquoise #40D2B9
RGB
CMYK
RGB Variations
Color information
#40D2B9 (or 0x40D2B9) is known color: Medium Turquoise. HEX triplet: 40, D2 and B9. RGB value is (64,210,185). Sum of RGB (Red+Green+Blue) = 64+210+185=459 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.94% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 210 - color contains mainly: green. Hex color #40D2B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D2B9 is #BF2D46. Grayscale: #A3A3A3. Windows color (decimal): -12528967 or 12177984. OLE color: 12177984.
HSL color Cylindrical-coordinate representation of color #40D2B9: hue angle of 169.73º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D2B9 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 210 | 185 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.18 |
| HSL | 169.73º | 0.62% | 0.54% | - |
| HSV(B) | 169.73º | 0.7% | 0.82% | - |
| XYZ | 33.92 | 50.69 | 53.89 | - |
| YUV | 163.5 | 140.13 | 57.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 210 | 185 | 0.70 | 0 | 0.12 | 0.18 | 169.73 | 0.62 | 0.54 |
| Hex | 40 | D2 | B9 | 46 | 0 | C | 12 | AA | 3E | 36 |
| Octal | 100 | 322 | 271 | 106 | 0 | 14 | 22 | 252 | 76 | 66 |
| Binary | 1000000 | 11010010 | 10111001 | 1000110 | 0 | 1100 | 10010 | 10101010 | 111110 | 110110 |
Color Harmonies of #40D2B9
Complementary color
Monochromatic Colors of #40D2B9
Black with #40D2B9
Text Example
Text Example
White with #40D2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D2B9; }
p { color: rgb(64,210,185); }
H1.HeaderClassName
{
color: #40D2B9;
}
.AnyTagClassName
{
color: #40D2B9;
}
</style>
background-color css
<style>
a { background-color: #40D2B9; }
a { background-color: rgb(64,210,185); }
div.DivClassName
{
background-color: #40D2B9;
}
.BgClassName
{
background-color: #40D2B9;
}
</style>
border-color css
<style>
span { border-color: #40D2B9; }
span { border-color: rgb(64,210,185); }
td.TdClassName
{
border-color: #40D2B9;
}
.TagClassName
{
border-color: #40D2B9;
}
</style>