Shades of Turquoise #40E7BE
Tints of Turquoise #40E7BE
RGB
CMYK
RGB Variations
Color information
#40E7BE (or 0x40E7BE) is known color: Turquoise. HEX triplet: 40, E7 and BE. RGB value is (64,231,190). Sum of RGB (Red+Green+Blue) = 64+231+190=485 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.20% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 231 - color contains mainly: green. Hex color #40E7BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E7BE is #BF1841. Grayscale: #B0B0B0. Windows color (decimal): -12523586 or 12511040. OLE color: 12511040.
HSL color Cylindrical-coordinate representation of color #40E7BE: hue angle of 165.27º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E7BE is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 231 | 190 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.09 |
| HSL | 165.27º | 0.78% | 0.58% | - |
| HSV(B) | 165.27º | 0.72% | 0.91% | - |
| XYZ | 39.98 | 61.96 | 58.57 | - |
| YUV | 176.39 | 135.67 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 231 | 190 | 0.72 | 0 | 0.18 | 0.09 | 165.27 | 0.78 | 0.58 |
| Hex | 40 | E7 | BE | 48 | 0 | 12 | 9 | A5 | 4E | 3A |
| Octal | 100 | 347 | 276 | 110 | 0 | 22 | 11 | 245 | 116 | 72 |
| Binary | 1000000 | 11100111 | 10111110 | 1001000 | 0 | 10010 | 1001 | 10100101 | 1001110 | 111010 |
Color Harmonies of #40E7BE
Complementary color
Monochromatic Colors of #40E7BE
Black with #40E7BE
Text Example
Text Example
White with #40E7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E7BE; }
p { color: rgb(64,231,190); }
H1.HeaderClassName
{
color: #40E7BE;
}
.AnyTagClassName
{
color: #40E7BE;
}
</style>
background-color css
<style>
a { background-color: #40E7BE; }
a { background-color: rgb(64,231,190); }
div.DivClassName
{
background-color: #40E7BE;
}
.BgClassName
{
background-color: #40E7BE;
}
</style>
border-color css
<style>
span { border-color: #40E7BE; }
span { border-color: rgb(64,231,190); }
td.TdClassName
{
border-color: #40E7BE;
}
.TagClassName
{
border-color: #40E7BE;
}
</style>