Shades of Medium Turquoise #40C1BA
Tints of Medium Turquoise #40C1BA
RGB
CMYK
RGB Variations
Color information
#40C1BA (or 0x40C1BA) is known color: Medium Turquoise. HEX triplet: 40, C1 and BA. RGB value is (64,193,186). Sum of RGB (Red+Green+Blue) = 64+193+186=443 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.45% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #40C1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C1BA is #BF3E45. Grayscale: #999999. Windows color (decimal): -12533318 or 12239168. OLE color: 12239168.
HSL color Cylindrical-coordinate representation of color #40C1BA: hue angle of 176.74º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C1BA is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 193 | 186 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.24 |
| HSL | 176.74º | 0.51% | 0.5% | - |
| HSV(B) | 176.74º | 0.67% | 0.76% | - |
| XYZ | 30.05 | 42.78 | 53.13 | - |
| YUV | 153.63 | 146.26 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 193 | 186 | 0.67 | 0 | 0.04 | 0.24 | 176.74 | 0.51 | 0.5 |
| Hex | 40 | C1 | BA | 43 | 0 | 4 | 18 | B1 | 33 | 32 |
| Octal | 100 | 301 | 272 | 103 | 0 | 4 | 30 | 261 | 63 | 62 |
| Binary | 1000000 | 11000001 | 10111010 | 1000011 | 0 | 100 | 11000 | 10110001 | 110011 | 110010 |
Color Harmonies of #40C1BA
Complementary color
Monochromatic Colors of #40C1BA
Black with #40C1BA
Text Example
Text Example
White with #40C1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C1BA; }
p { color: rgb(64,193,186); }
H1.HeaderClassName
{
color: #40C1BA;
}
.AnyTagClassName
{
color: #40C1BA;
}
</style>
background-color css
<style>
a { background-color: #40C1BA; }
a { background-color: rgb(64,193,186); }
div.DivClassName
{
background-color: #40C1BA;
}
.BgClassName
{
background-color: #40C1BA;
}
</style>
border-color css
<style>
span { border-color: #40C1BA; }
span { border-color: rgb(64,193,186); }
td.TdClassName
{
border-color: #40C1BA;
}
.TagClassName
{
border-color: #40C1BA;
}
</style>