Shades of Medium Turquoise #40BEBA
Tints of Medium Turquoise #40BEBA
RGB
CMYK
RGB Variations
Color information
#40BEBA (or 0x40BEBA) is known color: Medium Turquoise. HEX triplet: 40, BE and BA. RGB value is (64,190,186). Sum of RGB (Red+Green+Blue) = 64+190+186=440 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.55% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #40BEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BEBA is #BF4145. Grayscale: #979797. Windows color (decimal): -12534086 or 12238400. OLE color: 12238400.
HSL color Cylindrical-coordinate representation of color #40BEBA: hue angle of 178.1º 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 #40BEBA is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 190 | 186 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.25 |
| HSL | 178.1º | 0.5% | 0.5% | - |
| HSV(B) | 178.1º | 0.66% | 0.75% | - |
| XYZ | 29.39 | 41.46 | 52.91 | - |
| YUV | 151.87 | 147.26 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 186 | 0.66 | 0 | 0.02 | 0.25 | 178.1 | 0.5 | 0.5 |
| Hex | 40 | BE | BA | 42 | 0 | 2 | 19 | B2 | 32 | 32 |
| Octal | 100 | 276 | 272 | 102 | 0 | 2 | 31 | 262 | 62 | 62 |
| Binary | 1000000 | 10111110 | 10111010 | 1000010 | 0 | 10 | 11001 | 10110010 | 110010 | 110010 |
Color Harmonies of #40BEBA
Complementary color
Monochromatic Colors of #40BEBA
Black with #40BEBA
Text Example
Text Example
White with #40BEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BEBA; }
p { color: rgb(64,190,186); }
H1.HeaderClassName
{
color: #40BEBA;
}
.AnyTagClassName
{
color: #40BEBA;
}
</style>
background-color css
<style>
a { background-color: #40BEBA; }
a { background-color: rgb(64,190,186); }
div.DivClassName
{
background-color: #40BEBA;
}
.BgClassName
{
background-color: #40BEBA;
}
</style>
border-color css
<style>
span { border-color: #40BEBA; }
span { border-color: rgb(64,190,186); }
td.TdClassName
{
border-color: #40BEBA;
}
.TagClassName
{
border-color: #40BEBA;
}
</style>