Shades of Turquoise #40E0BA
Tints of Turquoise #40E0BA
RGB
CMYK
RGB Variations
Color information
#40E0BA (or 0x40E0BA) is known color: Turquoise. HEX triplet: 40, E0 and BA. RGB value is (64,224,186). Sum of RGB (Red+Green+Blue) = 64+224+186=474 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.50% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #40E0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E0BA is #BF1F45. Grayscale: #ABABAB. Windows color (decimal): -12525382 or 12247104. OLE color: 12247104.
HSL color Cylindrical-coordinate representation of color #40E0BA: hue angle of 165.75º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40E0BA is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 224 | 186 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.12 |
| HSL | 165.75º | 0.72% | 0.56% | - |
| HSV(B) | 165.75º | 0.71% | 0.88% | - |
| XYZ | 37.63 | 57.95 | 55.66 | - |
| YUV | 171.83 | 135.99 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 224 | 186 | 0.71 | 0 | 0.17 | 0.12 | 165.75 | 0.72 | 0.56 |
| Hex | 40 | E0 | BA | 47 | 0 | 11 | C | A6 | 48 | 38 |
| Octal | 100 | 340 | 272 | 107 | 0 | 21 | 14 | 246 | 110 | 70 |
| Binary | 1000000 | 11100000 | 10111010 | 1000111 | 0 | 10001 | 1100 | 10100110 | 1001000 | 111000 |
Color Harmonies of #40E0BA
Complementary color
Monochromatic Colors of #40E0BA
Black with #40E0BA
Text Example
Text Example
White with #40E0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E0BA; }
p { color: rgb(64,224,186); }
H1.HeaderClassName
{
color: #40E0BA;
}
.AnyTagClassName
{
color: #40E0BA;
}
</style>
background-color css
<style>
a { background-color: #40E0BA; }
a { background-color: rgb(64,224,186); }
div.DivClassName
{
background-color: #40E0BA;
}
.BgClassName
{
background-color: #40E0BA;
}
</style>
border-color css
<style>
span { border-color: #40E0BA; }
span { border-color: rgb(64,224,186); }
td.TdClassName
{
border-color: #40E0BA;
}
.TagClassName
{
border-color: #40E0BA;
}
</style>