Shades of Turquoise #40EAB5
Tints of Turquoise #40EAB5
RGB
CMYK
RGB Variations
Color information
#40EAB5 (or 0x40EAB5) is known color: Turquoise. HEX triplet: 40, EA and B5. RGB value is (64,234,181). Sum of RGB (Red+Green+Blue) = 64+234+181=479 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.36% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 234 - color contains mainly: green. Hex color #40EAB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EAB5 is #BF154A. Grayscale: #B1B1B1. Windows color (decimal): -12522827 or 11921984. OLE color: 11921984.
HSL color Cylindrical-coordinate representation of color #40EAB5: hue angle of 161.29º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EAB5 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 234 | 181 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.08 |
| HSL | 161.29º | 0.8% | 0.58% | - |
| HSV(B) | 161.29º | 0.73% | 0.92% | - |
| XYZ | 39.88 | 63.27 | 53.83 | - |
| YUV | 177.13 | 130.18 | 47.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 234 | 181 | 0.73 | 0 | 0.23 | 0.08 | 161.29 | 0.8 | 0.58 |
| Hex | 40 | EA | B5 | 49 | 0 | 17 | 8 | A1 | 50 | 3A |
| Octal | 100 | 352 | 265 | 111 | 0 | 27 | 10 | 241 | 120 | 72 |
| Binary | 1000000 | 11101010 | 10110101 | 1001001 | 0 | 10111 | 1000 | 10100001 | 1010000 | 111010 |
Color Harmonies of #40EAB5
Complementary color
Monochromatic Colors of #40EAB5
Black with #40EAB5
Text Example
Text Example
White with #40EAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EAB5; }
p { color: rgb(64,234,181); }
H1.HeaderClassName
{
color: #40EAB5;
}
.AnyTagClassName
{
color: #40EAB5;
}
</style>
background-color css
<style>
a { background-color: #40EAB5; }
a { background-color: rgb(64,234,181); }
div.DivClassName
{
background-color: #40EAB5;
}
.BgClassName
{
background-color: #40EAB5;
}
</style>
border-color css
<style>
span { border-color: #40EAB5; }
span { border-color: rgb(64,234,181); }
td.TdClassName
{
border-color: #40EAB5;
}
.TagClassName
{
border-color: #40EAB5;
}
</style>