Shades of Medium Turquoise #40C0BA
Tints of Medium Turquoise #40C0BA
RGB
CMYK
RGB Variations
Color information
#40C0BA (or 0x40C0BA) is known color: Medium Turquoise. HEX triplet: 40, C0 and BA. RGB value is (64,192,186). Sum of RGB (Red+Green+Blue) = 64+192+186=442 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.48% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #40C0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C0BA is #BF3F45. Grayscale: #989898. Windows color (decimal): -12533574 or 12238912. OLE color: 12238912.
HSL color Cylindrical-coordinate representation of color #40C0BA: hue angle of 177.19º 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 #40C0BA is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 192 | 186 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.25 |
| HSL | 177.19º | 0.5% | 0.5% | - |
| HSV(B) | 177.19º | 0.67% | 0.75% | - |
| XYZ | 29.83 | 42.33 | 53.05 | - |
| YUV | 153.04 | 146.59 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 186 | 0.67 | 0 | 0.03 | 0.25 | 177.19 | 0.5 | 0.5 |
| Hex | 40 | C0 | BA | 43 | 0 | 3 | 19 | B1 | 32 | 32 |
| Octal | 100 | 300 | 272 | 103 | 0 | 3 | 31 | 261 | 62 | 62 |
| Binary | 1000000 | 11000000 | 10111010 | 1000011 | 0 | 11 | 11001 | 10110001 | 110010 | 110010 |
Color Harmonies of #40C0BA
Complementary color
Monochromatic Colors of #40C0BA
Black with #40C0BA
Text Example
Text Example
White with #40C0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C0BA; }
p { color: rgb(64,192,186); }
H1.HeaderClassName
{
color: #40C0BA;
}
.AnyTagClassName
{
color: #40C0BA;
}
</style>
background-color css
<style>
a { background-color: #40C0BA; }
a { background-color: rgb(64,192,186); }
div.DivClassName
{
background-color: #40C0BA;
}
.BgClassName
{
background-color: #40C0BA;
}
</style>
border-color css
<style>
span { border-color: #40C0BA; }
span { border-color: rgb(64,192,186); }
td.TdClassName
{
border-color: #40C0BA;
}
.TagClassName
{
border-color: #40C0BA;
}
</style>