Shades of Medium Turquoise #40C5BB
Tints of Medium Turquoise #40C5BB
RGB
CMYK
RGB Variations
Color information
#40C5BB (or 0x40C5BB) is known color: Medium Turquoise. HEX triplet: 40, C5 and BB. RGB value is (64,197,187). Sum of RGB (Red+Green+Blue) = 64+197+187=448 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.29% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 197 - color contains mainly: green. Hex color #40C5BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C5BB is #BF3A44. Grayscale: #9B9B9B. Windows color (decimal): -12532293 or 12305728. OLE color: 12305728.
HSL color Cylindrical-coordinate representation of color #40C5BB: hue angle of 175.49º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C5BB is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 197 | 187 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.23 |
| HSL | 175.49º | 0.53% | 0.51% | - |
| HSV(B) | 175.49º | 0.68% | 0.77% | - |
| XYZ | 31.05 | 44.61 | 53.99 | - |
| YUV | 156.09 | 145.44 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 197 | 187 | 0.68 | 0 | 0.05 | 0.23 | 175.49 | 0.53 | 0.51 |
| Hex | 40 | C5 | BB | 44 | 0 | 5 | 17 | AF | 35 | 33 |
| Octal | 100 | 305 | 273 | 104 | 0 | 5 | 27 | 257 | 65 | 63 |
| Binary | 1000000 | 11000101 | 10111011 | 1000100 | 0 | 101 | 10111 | 10101111 | 110101 | 110011 |
Color Harmonies of #40C5BB
Complementary color
Monochromatic Colors of #40C5BB
Black with #40C5BB
Text Example
Text Example
White with #40C5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C5BB; }
p { color: rgb(64,197,187); }
H1.HeaderClassName
{
color: #40C5BB;
}
.AnyTagClassName
{
color: #40C5BB;
}
</style>
background-color css
<style>
a { background-color: #40C5BB; }
a { background-color: rgb(64,197,187); }
div.DivClassName
{
background-color: #40C5BB;
}
.BgClassName
{
background-color: #40C5BB;
}
</style>
border-color css
<style>
span { border-color: #40C5BB; }
span { border-color: rgb(64,197,187); }
td.TdClassName
{
border-color: #40C5BB;
}
.TagClassName
{
border-color: #40C5BB;
}
</style>