Shades of Turquoise #40E5BA
Tints of Turquoise #40E5BA
RGB
CMYK
RGB Variations
Color information
#40E5BA (or 0x40E5BA) is known color: Turquoise. HEX triplet: 40, E5 and BA. RGB value is (64,229,186). Sum of RGB (Red+Green+Blue) = 64+229+186=479 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.36% from 479); Green value is 229 (89.84% from 255 or 47.81% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 229 - color contains mainly: green. Hex color #40E5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E5BA is #BF1A45. Grayscale: #AEAEAE. Windows color (decimal): -12524102 or 12248384. OLE color: 12248384.
HSL color Cylindrical-coordinate representation of color #40E5BA: hue angle of 164.36º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E5BA is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 229 | 186 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.10 |
| HSL | 164.36º | 0.76% | 0.57% | - |
| HSV(B) | 164.36º | 0.72% | 0.9% | - |
| XYZ | 39 | 60.67 | 56.11 | - |
| YUV | 174.76 | 134.34 | 49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 229 | 186 | 0.72 | 0 | 0.19 | 0.10 | 164.36 | 0.76 | 0.57 |
| Hex | 40 | E5 | BA | 48 | 0 | 13 | A | A4 | 4C | 39 |
| Octal | 100 | 345 | 272 | 110 | 0 | 23 | 12 | 244 | 114 | 71 |
| Binary | 1000000 | 11100101 | 10111010 | 1001000 | 0 | 10011 | 1010 | 10100100 | 1001100 | 111001 |
Color Harmonies of #40E5BA
Complementary color
Monochromatic Colors of #40E5BA
Black with #40E5BA
Text Example
Text Example
White with #40E5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E5BA; }
p { color: rgb(64,229,186); }
H1.HeaderClassName
{
color: #40E5BA;
}
.AnyTagClassName
{
color: #40E5BA;
}
</style>
background-color css
<style>
a { background-color: #40E5BA; }
a { background-color: rgb(64,229,186); }
div.DivClassName
{
background-color: #40E5BA;
}
.BgClassName
{
background-color: #40E5BA;
}
</style>
border-color css
<style>
span { border-color: #40E5BA; }
span { border-color: rgb(64,229,186); }
td.TdClassName
{
border-color: #40E5BA;
}
.TagClassName
{
border-color: #40E5BA;
}
</style>