Shades of Medium Turquoise #40BEBE
Tints of Medium Turquoise #40BEBE
RGB
CMYK
RGB Variations
Color information
#40BEBE (or 0x40BEBE) is known color: Medium Turquoise. HEX triplet: 40, BE and BE. RGB value is (64,190,190). Sum of RGB (Red+Green+Blue) = 64+190+190=444 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.41% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #40BEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BEBE is #BF4141. Grayscale: #989898. Windows color (decimal): -12534082 or 12500544. OLE color: 12500544.
HSL color Cylindrical-coordinate representation of color #40BEBE: hue angle of 180º 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 #40BEBE is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 190 | 190 | - |
| CMYK | 0.66 | 0 | 0 | 0.25 |
| HSL | 180º | 0.5% | 0.5% | - |
| HSV(B) | 180º | 0.66% | 0.75% | - |
| XYZ | 29.82 | 41.63 | 55.18 | - |
| YUV | 152.33 | 149.26 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 190 | 0.66 | 0 | 0 | 0.25 | 180 | 0.5 | 0.5 |
| Hex | 40 | BE | BE | 42 | 0 | 0 | 19 | B4 | 32 | 32 |
| Octal | 100 | 276 | 276 | 102 | 0 | 0 | 31 | 264 | 62 | 62 |
| Binary | 1000000 | 10111110 | 10111110 | 1000010 | 0 | 0 | 11001 | 10110100 | 110010 | 110010 |
Color Harmonies of #40BEBE
Complementary color
Monochromatic Colors of #40BEBE
Black with #40BEBE
Text Example
Text Example
White with #40BEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BEBE; }
p { color: rgb(64,190,190); }
H1.HeaderClassName
{
color: #40BEBE;
}
.AnyTagClassName
{
color: #40BEBE;
}
</style>
background-color css
<style>
a { background-color: #40BEBE; }
a { background-color: rgb(64,190,190); }
div.DivClassName
{
background-color: #40BEBE;
}
.BgClassName
{
background-color: #40BEBE;
}
</style>
border-color css
<style>
span { border-color: #40BEBE; }
span { border-color: rgb(64,190,190); }
td.TdClassName
{
border-color: #40BEBE;
}
.TagClassName
{
border-color: #40BEBE;
}
</style>