Shades of Medium Turquoise #40BDB7
Tints of Medium Turquoise #40BDB7
RGB
CMYK
RGB Variations
Color information
#40BDB7 (or 0x40BDB7) is known color: Medium Turquoise. HEX triplet: 40, BD and B7. RGB value is (64,189,183). Sum of RGB (Red+Green+Blue) = 64+189+183=436 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.68% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #40BDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BDB7 is #BF4248. Grayscale: #969696. Windows color (decimal): -12534345 or 12041536. OLE color: 12041536.
HSL color Cylindrical-coordinate representation of color #40BDB7: hue angle of 177.12º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BDB7 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 189 | 183 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.26 |
| HSL | 177.12º | 0.49% | 0.5% | - |
| HSV(B) | 177.12º | 0.66% | 0.74% | - |
| XYZ | 28.86 | 40.9 | 51.17 | - |
| YUV | 150.94 | 146.09 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 189 | 183 | 0.66 | 0 | 0.03 | 0.26 | 177.12 | 0.49 | 0.5 |
| Hex | 40 | BD | B7 | 42 | 0 | 3 | 1A | B1 | 31 | 32 |
| Octal | 100 | 275 | 267 | 102 | 0 | 3 | 32 | 261 | 61 | 62 |
| Binary | 1000000 | 10111101 | 10110111 | 1000010 | 0 | 11 | 11010 | 10110001 | 110001 | 110010 |
Color Harmonies of #40BDB7
Complementary color
Monochromatic Colors of #40BDB7
Black with #40BDB7
Text Example
Text Example
White with #40BDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BDB7; }
p { color: rgb(64,189,183); }
H1.HeaderClassName
{
color: #40BDB7;
}
.AnyTagClassName
{
color: #40BDB7;
}
</style>
background-color css
<style>
a { background-color: #40BDB7; }
a { background-color: rgb(64,189,183); }
div.DivClassName
{
background-color: #40BDB7;
}
.BgClassName
{
background-color: #40BDB7;
}
</style>
border-color css
<style>
span { border-color: #40BDB7; }
span { border-color: rgb(64,189,183); }
td.TdClassName
{
border-color: #40BDB7;
}
.TagClassName
{
border-color: #40BDB7;
}
</style>