Shades of Medium Turquoise #40D3CD
Tints of Medium Turquoise #40D3CD
RGB
CMYK
RGB Variations
Color information
#40D3CD (or 0x40D3CD) is known color: Medium Turquoise. HEX triplet: 40, D3 and CD. RGB value is (64,211,205). Sum of RGB (Red+Green+Blue) = 64+211+205=480 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.33% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 211 - color contains mainly: green. Hex color #40D3CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D3CD is #BF2C32. Grayscale: #A6A6A6. Windows color (decimal): -12528691 or 13488960. OLE color: 13488960.
HSL color Cylindrical-coordinate representation of color #40D3CD: hue angle of 177.55º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D3CD is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 211 | 205 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.17 |
| HSL | 177.55º | 0.63% | 0.54% | - |
| HSV(B) | 177.55º | 0.7% | 0.83% | - |
| XYZ | 36.43 | 52.09 | 65.89 | - |
| YUV | 166.36 | 149.8 | 54.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 211 | 205 | 0.70 | 0 | 0.03 | 0.17 | 177.55 | 0.63 | 0.54 |
| Hex | 40 | D3 | CD | 46 | 0 | 3 | 11 | B2 | 3F | 36 |
| Octal | 100 | 323 | 315 | 106 | 0 | 3 | 21 | 262 | 77 | 66 |
| Binary | 1000000 | 11010011 | 11001101 | 1000110 | 0 | 11 | 10001 | 10110010 | 111111 | 110110 |
Color Harmonies of #40D3CD
Complementary color
Monochromatic Colors of #40D3CD
Black with #40D3CD
Text Example
Text Example
White with #40D3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D3CD; }
p { color: rgb(64,211,205); }
H1.HeaderClassName
{
color: #40D3CD;
}
.AnyTagClassName
{
color: #40D3CD;
}
</style>
background-color css
<style>
a { background-color: #40D3CD; }
a { background-color: rgb(64,211,205); }
div.DivClassName
{
background-color: #40D3CD;
}
.BgClassName
{
background-color: #40D3CD;
}
</style>
border-color css
<style>
span { border-color: #40D3CD; }
span { border-color: rgb(64,211,205); }
td.TdClassName
{
border-color: #40D3CD;
}
.TagClassName
{
border-color: #40D3CD;
}
</style>