Shades of Medium Turquoise #40D3DD
Tints of Medium Turquoise #40D3DD
RGB
CMYK
RGB Variations
Color information
#40D3DD (or 0x40D3DD) is known color: Medium Turquoise. HEX triplet: 40, D3 and DD. RGB value is (64,211,221). Sum of RGB (Red+Green+Blue) = 64+211+221=496 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.90% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #40D3DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D3DD is #BF2C22. Grayscale: #A8A8A8. Windows color (decimal): -12528675 or 14537536. OLE color: 14537536.
HSL color Cylindrical-coordinate representation of color #40D3DD: hue angle of 183.82º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40D3DD is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 211 | 221 | - |
| CMYK | 0.71 | 0.05 | 0 | 0.13 |
| HSL | 183.82º | 0.7% | 0.56% | - |
| HSV(B) | 183.82º | 0.71% | 0.87% | - |
| XYZ | 38.46 | 52.9 | 76.59 | - |
| YUV | 168.19 | 157.8 | 53.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 211 | 221 | 0.71 | 0.05 | 0 | 0.13 | 183.82 | 0.7 | 0.56 |
| Hex | 40 | D3 | DD | 47 | 5 | 0 | D | B8 | 46 | 38 |
| Octal | 100 | 323 | 335 | 107 | 5 | 0 | 15 | 270 | 106 | 70 |
| Binary | 1000000 | 11010011 | 11011101 | 1000111 | 101 | 0 | 1101 | 10111000 | 1000110 | 111000 |
Color Harmonies of #40D3DD
Complementary color
Monochromatic Colors of #40D3DD
Black with #40D3DD
Text Example
Text Example
White with #40D3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D3DD; }
p { color: rgb(64,211,221); }
H1.HeaderClassName
{
color: #40D3DD;
}
.AnyTagClassName
{
color: #40D3DD;
}
</style>
background-color css
<style>
a { background-color: #40D3DD; }
a { background-color: rgb(64,211,221); }
div.DivClassName
{
background-color: #40D3DD;
}
.BgClassName
{
background-color: #40D3DD;
}
</style>
border-color css
<style>
span { border-color: #40D3DD; }
span { border-color: rgb(64,211,221); }
td.TdClassName
{
border-color: #40D3DD;
}
.TagClassName
{
border-color: #40D3DD;
}
</style>