Shades of Medium Turquoise #40D6D9
Tints of Medium Turquoise #40D6D9
RGB
CMYK
RGB Variations
Color information
#40D6D9 (or 0x40D6D9) is known color: Medium Turquoise. HEX triplet: 40, D6 and D9. RGB value is (64,214,217). Sum of RGB (Red+Green+Blue) = 64+214+217=495 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.93% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 217 - color contains mainly: blue. Hex color #40D6D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D6D9 is #BF2926. Grayscale: #A9A9A9. Windows color (decimal): -12527911 or 14276160. OLE color: 14276160.
HSL color Cylindrical-coordinate representation of color #40D6D9: hue angle of 181.18º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40D6D9 is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 214 | 217 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.15 |
| HSL | 181.18º | 0.67% | 0.55% | - |
| HSV(B) | 181.18º | 0.71% | 0.85% | - |
| XYZ | 38.69 | 54.19 | 74.07 | - |
| YUV | 169.49 | 154.81 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 214 | 217 | 0.71 | 0.01 | 0 | 0.15 | 181.18 | 0.67 | 0.55 |
| Hex | 40 | D6 | D9 | 47 | 1 | 0 | F | B5 | 43 | 37 |
| Octal | 100 | 326 | 331 | 107 | 1 | 0 | 17 | 265 | 103 | 67 |
| Binary | 1000000 | 11010110 | 11011001 | 1000111 | 1 | 0 | 1111 | 10110101 | 1000011 | 110111 |
Color Harmonies of #40D6D9
Complementary color
Monochromatic Colors of #40D6D9
Black with #40D6D9
Text Example
Text Example
White with #40D6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D6D9; }
p { color: rgb(64,214,217); }
H1.HeaderClassName
{
color: #40D6D9;
}
.AnyTagClassName
{
color: #40D6D9;
}
</style>
background-color css
<style>
a { background-color: #40D6D9; }
a { background-color: rgb(64,214,217); }
div.DivClassName
{
background-color: #40D6D9;
}
.BgClassName
{
background-color: #40D6D9;
}
</style>
border-color css
<style>
span { border-color: #40D6D9; }
span { border-color: rgb(64,214,217); }
td.TdClassName
{
border-color: #40D6D9;
}
.TagClassName
{
border-color: #40D6D9;
}
</style>