Shades of Medium Turquoise #40C6BD
Tints of Medium Turquoise #40C6BD
RGB
CMYK
RGB Variations
Color information
#40C6BD (or 0x40C6BD) is known color: Medium Turquoise. HEX triplet: 40, C6 and BD. RGB value is (64,198,189). Sum of RGB (Red+Green+Blue) = 64+198+189=451 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.19% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 198 - color contains mainly: green. Hex color #40C6BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C6BD is #BF3942. Grayscale: #9C9C9C. Windows color (decimal): -12532035 or 12437056. OLE color: 12437056.
HSL color Cylindrical-coordinate representation of color #40C6BD: hue angle of 175.97º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C6BD is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 198 | 189 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.22 |
| HSL | 175.97º | 0.54% | 0.51% | - |
| HSV(B) | 175.97º | 0.68% | 0.78% | - |
| XYZ | 31.49 | 45.15 | 55.2 | - |
| YUV | 156.91 | 146.11 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 198 | 189 | 0.68 | 0 | 0.05 | 0.22 | 175.97 | 0.54 | 0.51 |
| Hex | 40 | C6 | BD | 44 | 0 | 5 | 16 | B0 | 36 | 33 |
| Octal | 100 | 306 | 275 | 104 | 0 | 5 | 26 | 260 | 66 | 63 |
| Binary | 1000000 | 11000110 | 10111101 | 1000100 | 0 | 101 | 10110 | 10110000 | 110110 | 110011 |
Color Harmonies of #40C6BD
Complementary color
Monochromatic Colors of #40C6BD
Black with #40C6BD
Text Example
Text Example
White with #40C6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C6BD; }
p { color: rgb(64,198,189); }
H1.HeaderClassName
{
color: #40C6BD;
}
.AnyTagClassName
{
color: #40C6BD;
}
</style>
background-color css
<style>
a { background-color: #40C6BD; }
a { background-color: rgb(64,198,189); }
div.DivClassName
{
background-color: #40C6BD;
}
.BgClassName
{
background-color: #40C6BD;
}
</style>
border-color css
<style>
span { border-color: #40C6BD; }
span { border-color: rgb(64,198,189); }
td.TdClassName
{
border-color: #40C6BD;
}
.TagClassName
{
border-color: #40C6BD;
}
</style>