Shades of Medium Turquoise #40BFB9
Tints of Medium Turquoise #40BFB9
RGB
CMYK
RGB Variations
Color information
#40BFB9 (or 0x40BFB9) is known color: Medium Turquoise. HEX triplet: 40, BF and B9. RGB value is (64,191,185). Sum of RGB (Red+Green+Blue) = 64+191+185=440 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.55% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #40BFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BFB9 is #BF4046. Grayscale: #989898. Windows color (decimal): -12533831 or 12173120. OLE color: 12173120.
HSL color Cylindrical-coordinate representation of color #40BFB9: hue angle of 177.17º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BFB9 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 191 | 185 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.25 |
| HSL | 177.17º | 0.5% | 0.5% | - |
| HSV(B) | 177.17º | 0.66% | 0.75% | - |
| XYZ | 29.5 | 41.85 | 52.42 | - |
| YUV | 152.34 | 146.42 | 64.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 185 | 0.66 | 0 | 0.03 | 0.25 | 177.17 | 0.5 | 0.5 |
| Hex | 40 | BF | B9 | 42 | 0 | 3 | 19 | B1 | 32 | 32 |
| Octal | 100 | 277 | 271 | 102 | 0 | 3 | 31 | 261 | 62 | 62 |
| Binary | 1000000 | 10111111 | 10111001 | 1000010 | 0 | 11 | 11001 | 10110001 | 110010 | 110010 |
Color Harmonies of #40BFB9
Complementary color
Monochromatic Colors of #40BFB9
Black with #40BFB9
Text Example
Text Example
White with #40BFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BFB9; }
p { color: rgb(64,191,185); }
H1.HeaderClassName
{
color: #40BFB9;
}
.AnyTagClassName
{
color: #40BFB9;
}
</style>
background-color css
<style>
a { background-color: #40BFB9; }
a { background-color: rgb(64,191,185); }
div.DivClassName
{
background-color: #40BFB9;
}
.BgClassName
{
background-color: #40BFB9;
}
</style>
border-color css
<style>
span { border-color: #40BFB9; }
span { border-color: rgb(64,191,185); }
td.TdClassName
{
border-color: #40BFB9;
}
.TagClassName
{
border-color: #40BFB9;
}
</style>