Shades of Medium Turquoise #40D6D2
Tints of Medium Turquoise #40D6D2
RGB
CMYK
RGB Variations
Color information
#40D6D2 (or 0x40D6D2) is known color: Medium Turquoise. HEX triplet: 40, D6 and D2. RGB value is (64,214,210). Sum of RGB (Red+Green+Blue) = 64+214+210=488 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.11% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #40D6D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D6D2 is #BF292D. Grayscale: #A8A8A8. Windows color (decimal): -12527918 or 13817408. OLE color: 13817408.
HSL color Cylindrical-coordinate representation of color #40D6D2: hue angle of 178.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D6D2 is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 214 | 210 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.16 |
| HSL | 178.4º | 0.65% | 0.55% | - |
| HSV(B) | 178.4º | 0.7% | 0.84% | - |
| XYZ | 37.79 | 53.84 | 69.37 | - |
| YUV | 168.69 | 151.31 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 214 | 210 | 0.70 | 0 | 0.02 | 0.16 | 178.4 | 0.65 | 0.55 |
| Hex | 40 | D6 | D2 | 46 | 0 | 2 | 10 | B2 | 41 | 37 |
| Octal | 100 | 326 | 322 | 106 | 0 | 2 | 20 | 262 | 101 | 67 |
| Binary | 1000000 | 11010110 | 11010010 | 1000110 | 0 | 10 | 10000 | 10110010 | 1000001 | 110111 |
Color Harmonies of #40D6D2
Complementary color
Monochromatic Colors of #40D6D2
Black with #40D6D2
Text Example
Text Example
White with #40D6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D6D2; }
p { color: rgb(64,214,210); }
H1.HeaderClassName
{
color: #40D6D2;
}
.AnyTagClassName
{
color: #40D6D2;
}
</style>
background-color css
<style>
a { background-color: #40D6D2; }
a { background-color: rgb(64,214,210); }
div.DivClassName
{
background-color: #40D6D2;
}
.BgClassName
{
background-color: #40D6D2;
}
</style>
border-color css
<style>
span { border-color: #40D6D2; }
span { border-color: rgb(64,214,210); }
td.TdClassName
{
border-color: #40D6D2;
}
.TagClassName
{
border-color: #40D6D2;
}
</style>