Shades of Medium Turquoise #40D6DA
Tints of Medium Turquoise #40D6DA
RGB
CMYK
RGB Variations
Color information
#40D6DA (or 0x40D6DA) is known color: Medium Turquoise. HEX triplet: 40, D6 and DA. RGB value is (64,214,218). Sum of RGB (Red+Green+Blue) = 64+214+218=496 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.90% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #40D6DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D6DA is #BF2925. Grayscale: #A9A9A9. Windows color (decimal): -12527910 or 14341696. OLE color: 14341696.
HSL color Cylindrical-coordinate representation of color #40D6DA: hue angle of 181.56º degrees, saturation: 0.68, 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 #40D6DA is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 214 | 218 | - |
| CMYK | 0.71 | 0.02 | 0 | 0.15 |
| HSL | 181.56º | 0.68% | 0.55% | - |
| HSV(B) | 181.56º | 0.71% | 0.85% | - |
| XYZ | 38.82 | 54.25 | 74.75 | - |
| YUV | 169.61 | 155.31 | 52.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 214 | 218 | 0.71 | 0.02 | 0 | 0.15 | 181.56 | 0.68 | 0.55 |
| Hex | 40 | D6 | DA | 47 | 2 | 0 | F | B6 | 44 | 37 |
| Octal | 100 | 326 | 332 | 107 | 2 | 0 | 17 | 266 | 104 | 67 |
| Binary | 1000000 | 11010110 | 11011010 | 1000111 | 10 | 0 | 1111 | 10110110 | 1000100 | 110111 |
Color Harmonies of #40D6DA
Complementary color
Monochromatic Colors of #40D6DA
Black with #40D6DA
Text Example
Text Example
White with #40D6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D6DA; }
p { color: rgb(64,214,218); }
H1.HeaderClassName
{
color: #40D6DA;
}
.AnyTagClassName
{
color: #40D6DA;
}
</style>
background-color css
<style>
a { background-color: #40D6DA; }
a { background-color: rgb(64,214,218); }
div.DivClassName
{
background-color: #40D6DA;
}
.BgClassName
{
background-color: #40D6DA;
}
</style>
border-color css
<style>
span { border-color: #40D6DA; }
span { border-color: rgb(64,214,218); }
td.TdClassName
{
border-color: #40D6DA;
}
.TagClassName
{
border-color: #40D6DA;
}
</style>