Shades of Medium Turquoise #40C0BC
Tints of Medium Turquoise #40C0BC
RGB
CMYK
RGB Variations
Color information
#40C0BC (or 0x40C0BC) is known color: Medium Turquoise. HEX triplet: 40, C0 and BC. RGB value is (64,192,188). Sum of RGB (Red+Green+Blue) = 64+192+188=444 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.41% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #40C0BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C0BC is #BF3F43. Grayscale: #999999. Windows color (decimal): -12533572 or 12369984. OLE color: 12369984.
HSL color Cylindrical-coordinate representation of color #40C0BC: hue angle of 178.12º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C0BC is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 192 | 188 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.25 |
| HSL | 178.13º | 0.5% | 0.5% | - |
| HSV(B) | 178.13º | 0.67% | 0.75% | - |
| XYZ | 30.04 | 42.42 | 54.18 | - |
| YUV | 153.27 | 147.59 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 188 | 0.67 | 0 | 0.02 | 0.25 | 178.13 | 0.5 | 0.5 |
| Hex | 40 | C0 | BC | 43 | 0 | 2 | 19 | B2 | 32 | 32 |
| Octal | 100 | 300 | 274 | 103 | 0 | 2 | 31 | 262 | 62 | 62 |
| Binary | 1000000 | 11000000 | 10111100 | 1000011 | 0 | 10 | 11001 | 10110010 | 110010 | 110010 |
Color Harmonies of #40C0BC
Complementary color
Monochromatic Colors of #40C0BC
Black with #40C0BC
Text Example
Text Example
White with #40C0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C0BC; }
p { color: rgb(64,192,188); }
H1.HeaderClassName
{
color: #40C0BC;
}
.AnyTagClassName
{
color: #40C0BC;
}
</style>
background-color css
<style>
a { background-color: #40C0BC; }
a { background-color: rgb(64,192,188); }
div.DivClassName
{
background-color: #40C0BC;
}
.BgClassName
{
background-color: #40C0BC;
}
</style>
border-color css
<style>
span { border-color: #40C0BC; }
span { border-color: rgb(64,192,188); }
td.TdClassName
{
border-color: #40C0BC;
}
.TagClassName
{
border-color: #40C0BC;
}
</style>