Shades of Medium Turquoise #40C4BB
Tints of Medium Turquoise #40C4BB
RGB
CMYK
RGB Variations
Color information
#40C4BB (or 0x40C4BB) is known color: Medium Turquoise. HEX triplet: 40, C4 and BB. RGB value is (64,196,187). Sum of RGB (Red+Green+Blue) = 64+196+187=447 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.32% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 196 - color contains mainly: green. Hex color #40C4BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C4BB is #BF3B44. Grayscale: #9B9B9B. Windows color (decimal): -12532549 or 12305472. OLE color: 12305472.
HSL color Cylindrical-coordinate representation of color #40C4BB: hue angle of 175.91º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C4BB is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 196 | 187 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.23 |
| HSL | 175.91º | 0.53% | 0.51% | - |
| HSV(B) | 175.91º | 0.67% | 0.77% | - |
| XYZ | 30.82 | 44.16 | 53.91 | - |
| YUV | 155.51 | 145.77 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 196 | 187 | 0.67 | 0 | 0.05 | 0.23 | 175.91 | 0.53 | 0.51 |
| Hex | 40 | C4 | BB | 43 | 0 | 5 | 17 | B0 | 35 | 33 |
| Octal | 100 | 304 | 273 | 103 | 0 | 5 | 27 | 260 | 65 | 63 |
| Binary | 1000000 | 11000100 | 10111011 | 1000011 | 0 | 101 | 10111 | 10110000 | 110101 | 110011 |
Color Harmonies of #40C4BB
Complementary color
Monochromatic Colors of #40C4BB
Black with #40C4BB
Text Example
Text Example
White with #40C4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C4BB; }
p { color: rgb(64,196,187); }
H1.HeaderClassName
{
color: #40C4BB;
}
.AnyTagClassName
{
color: #40C4BB;
}
</style>
background-color css
<style>
a { background-color: #40C4BB; }
a { background-color: rgb(64,196,187); }
div.DivClassName
{
background-color: #40C4BB;
}
.BgClassName
{
background-color: #40C4BB;
}
</style>
border-color css
<style>
span { border-color: #40C4BB; }
span { border-color: rgb(64,196,187); }
td.TdClassName
{
border-color: #40C4BB;
}
.TagClassName
{
border-color: #40C4BB;
}
</style>