Shades of Turquoise #40E6BE
Tints of Turquoise #40E6BE
RGB
CMYK
RGB Variations
Color information
#40E6BE (or 0x40E6BE) is known color: Turquoise. HEX triplet: 40, E6 and BE. RGB value is (64,230,190). Sum of RGB (Red+Green+Blue) = 64+230+190=484 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.22% from 484); Green value is 230 (90.23% from 255 or 47.52% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 230 - color contains mainly: green. Hex color #40E6BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E6BE is #BF1941. Grayscale: #AFAFAF. Windows color (decimal): -12523842 or 12510784. OLE color: 12510784.
HSL color Cylindrical-coordinate representation of color #40E6BE: hue angle of 165.54º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E6BE is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 230 | 190 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.10 |
| HSL | 165.54º | 0.77% | 0.58% | - |
| HSV(B) | 165.54º | 0.72% | 0.9% | - |
| XYZ | 39.71 | 61.4 | 58.47 | - |
| YUV | 175.81 | 136 | 48.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 230 | 190 | 0.72 | 0 | 0.17 | 0.10 | 165.54 | 0.77 | 0.58 |
| Hex | 40 | E6 | BE | 48 | 0 | 11 | A | A6 | 4D | 3A |
| Octal | 100 | 346 | 276 | 110 | 0 | 21 | 12 | 246 | 115 | 72 |
| Binary | 1000000 | 11100110 | 10111110 | 1001000 | 0 | 10001 | 1010 | 10100110 | 1001101 | 111010 |
Color Harmonies of #40E6BE
Complementary color
Monochromatic Colors of #40E6BE
Black with #40E6BE
Text Example
Text Example
White with #40E6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E6BE; }
p { color: rgb(64,230,190); }
H1.HeaderClassName
{
color: #40E6BE;
}
.AnyTagClassName
{
color: #40E6BE;
}
</style>
background-color css
<style>
a { background-color: #40E6BE; }
a { background-color: rgb(64,230,190); }
div.DivClassName
{
background-color: #40E6BE;
}
.BgClassName
{
background-color: #40E6BE;
}
</style>
border-color css
<style>
span { border-color: #40E6BE; }
span { border-color: rgb(64,230,190); }
td.TdClassName
{
border-color: #40E6BE;
}
.TagClassName
{
border-color: #40E6BE;
}
</style>