Shades of Medium Turquoise #40CDBB
Tints of Medium Turquoise #40CDBB
RGB
CMYK
RGB Variations
Color information
#40CDBB (or 0x40CDBB) is known color: Medium Turquoise. HEX triplet: 40, CD and BB. RGB value is (64,205,187). Sum of RGB (Red+Green+Blue) = 64+205+187=456 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.04% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #40CDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CDBB is #BF3244. Grayscale: #A0A0A0. Windows color (decimal): -12530245 or 12307776. OLE color: 12307776.
HSL color Cylindrical-coordinate representation of color #40CDBB: hue angle of 172.34º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CDBB is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 187 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.20 |
| HSL | 172.34º | 0.59% | 0.53% | - |
| HSV(B) | 172.34º | 0.69% | 0.8% | - |
| XYZ | 32.92 | 48.34 | 54.61 | - |
| YUV | 160.79 | 142.79 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 187 | 0.69 | 0 | 0.09 | 0.20 | 172.34 | 0.59 | 0.53 |
| Hex | 40 | CD | BB | 45 | 0 | 9 | 14 | AC | 3B | 35 |
| Octal | 100 | 315 | 273 | 105 | 0 | 11 | 24 | 254 | 73 | 65 |
| Binary | 1000000 | 11001101 | 10111011 | 1000101 | 0 | 1001 | 10100 | 10101100 | 111011 | 110101 |
Color Harmonies of #40CDBB
Complementary color
Monochromatic Colors of #40CDBB
Black with #40CDBB
Text Example
Text Example
White with #40CDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CDBB; }
p { color: rgb(64,205,187); }
H1.HeaderClassName
{
color: #40CDBB;
}
.AnyTagClassName
{
color: #40CDBB;
}
</style>
background-color css
<style>
a { background-color: #40CDBB; }
a { background-color: rgb(64,205,187); }
div.DivClassName
{
background-color: #40CDBB;
}
.BgClassName
{
background-color: #40CDBB;
}
</style>
border-color css
<style>
span { border-color: #40CDBB; }
span { border-color: rgb(64,205,187); }
td.TdClassName
{
border-color: #40CDBB;
}
.TagClassName
{
border-color: #40CDBB;
}
</style>