Shades of Medium Turquoise #40BFBA
Tints of Medium Turquoise #40BFBA
RGB
CMYK
RGB Variations
Color information
#40BFBA (or 0x40BFBA) is known color: Medium Turquoise. HEX triplet: 40, BF and BA. RGB value is (64,191,186). Sum of RGB (Red+Green+Blue) = 64+191+186=441 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.51% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #40BFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BFBA is #BF4045. Grayscale: #989898. Windows color (decimal): -12533830 or 12238656. OLE color: 12238656.
HSL color Cylindrical-coordinate representation of color #40BFBA: hue angle of 177.64º 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 #40BFBA is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 191 | 186 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.25 |
| HSL | 177.64º | 0.5% | 0.5% | - |
| HSV(B) | 177.64º | 0.66% | 0.75% | - |
| XYZ | 29.61 | 41.9 | 52.98 | - |
| YUV | 152.46 | 146.92 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 186 | 0.66 | 0 | 0.03 | 0.25 | 177.64 | 0.5 | 0.5 |
| Hex | 40 | BF | BA | 42 | 0 | 3 | 19 | B2 | 32 | 32 |
| Octal | 100 | 277 | 272 | 102 | 0 | 3 | 31 | 262 | 62 | 62 |
| Binary | 1000000 | 10111111 | 10111010 | 1000010 | 0 | 11 | 11001 | 10110010 | 110010 | 110010 |
Color Harmonies of #40BFBA
Complementary color
Monochromatic Colors of #40BFBA
Black with #40BFBA
Text Example
Text Example
White with #40BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BFBA; }
p { color: rgb(64,191,186); }
H1.HeaderClassName
{
color: #40BFBA;
}
.AnyTagClassName
{
color: #40BFBA;
}
</style>
background-color css
<style>
a { background-color: #40BFBA; }
a { background-color: rgb(64,191,186); }
div.DivClassName
{
background-color: #40BFBA;
}
.BgClassName
{
background-color: #40BFBA;
}
</style>
border-color css
<style>
span { border-color: #40BFBA; }
span { border-color: rgb(64,191,186); }
td.TdClassName
{
border-color: #40BFBA;
}
.TagClassName
{
border-color: #40BFBA;
}
</style>