Shades of Medium Turquoise #40CDBD
Tints of Medium Turquoise #40CDBD
RGB
CMYK
RGB Variations
Color information
#40CDBD (or 0x40CDBD) is known color: Medium Turquoise. HEX triplet: 40, CD and BD. RGB value is (64,205,189). Sum of RGB (Red+Green+Blue) = 64+205+189=458 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.97% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #40CDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CDBD is #BF3242. Grayscale: #A0A0A0. Windows color (decimal): -12530243 or 12438848. OLE color: 12438848.
HSL color Cylindrical-coordinate representation of color #40CDBD: hue angle of 173.19º 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 #40CDBD is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 189 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.20 |
| HSL | 173.19º | 0.59% | 0.53% | - |
| HSV(B) | 173.19º | 0.69% | 0.8% | - |
| XYZ | 33.13 | 48.43 | 55.75 | - |
| YUV | 161.02 | 143.79 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 189 | 0.69 | 0 | 0.08 | 0.20 | 173.19 | 0.59 | 0.53 |
| Hex | 40 | CD | BD | 45 | 0 | 8 | 14 | AD | 3B | 35 |
| Octal | 100 | 315 | 275 | 105 | 0 | 10 | 24 | 255 | 73 | 65 |
| Binary | 1000000 | 11001101 | 10111101 | 1000101 | 0 | 1000 | 10100 | 10101101 | 111011 | 110101 |
Color Harmonies of #40CDBD
Complementary color
Monochromatic Colors of #40CDBD
Black with #40CDBD
Text Example
Text Example
White with #40CDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CDBD; }
p { color: rgb(64,205,189); }
H1.HeaderClassName
{
color: #40CDBD;
}
.AnyTagClassName
{
color: #40CDBD;
}
</style>
background-color css
<style>
a { background-color: #40CDBD; }
a { background-color: rgb(64,205,189); }
div.DivClassName
{
background-color: #40CDBD;
}
.BgClassName
{
background-color: #40CDBD;
}
</style>
border-color css
<style>
span { border-color: #40CDBD; }
span { border-color: rgb(64,205,189); }
td.TdClassName
{
border-color: #40CDBD;
}
.TagClassName
{
border-color: #40CDBD;
}
</style>