Shades of Turquoise #40E2B2
Tints of Turquoise #40E2B2
RGB
CMYK
RGB Variations
Color information
#40E2B2 (or 0x40E2B2) is known color: Turquoise. HEX triplet: 40, E2 and B2. RGB value is (64,226,178). Sum of RGB (Red+Green+Blue) = 64+226+178=468 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.68% from 468); Green value is 226 (88.67% from 255 or 48.29% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 226 - color contains mainly: green. Hex color #40E2B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40E2B2 is #BF1D4D. Grayscale: #ACACAC. Windows color (decimal): -12524878 or 11723328. OLE color: 11723328.
HSL color Cylindrical-coordinate representation of color #40E2B2: hue angle of 162.22º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E2B2 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 226 | 178 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.11 |
| HSL | 162.22º | 0.74% | 0.57% | - |
| HSV(B) | 162.22º | 0.72% | 0.89% | - |
| XYZ | 37.35 | 58.7 | 51.48 | - |
| YUV | 172.09 | 131.33 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 226 | 178 | 0.72 | 0 | 0.21 | 0.11 | 162.22 | 0.74 | 0.57 |
| Hex | 40 | E2 | B2 | 48 | 0 | 15 | B | A2 | 4A | 39 |
| Octal | 100 | 342 | 262 | 110 | 0 | 25 | 13 | 242 | 112 | 71 |
| Binary | 1000000 | 11100010 | 10110010 | 1001000 | 0 | 10101 | 1011 | 10100010 | 1001010 | 111001 |
Color Harmonies of #40E2B2
Complementary color
Monochromatic Colors of #40E2B2
Black with #40E2B2
Text Example
Text Example
White with #40E2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E2B2; }
p { color: rgb(64,226,178); }
H1.HeaderClassName
{
color: #40E2B2;
}
.AnyTagClassName
{
color: #40E2B2;
}
</style>
background-color css
<style>
a { background-color: #40E2B2; }
a { background-color: rgb(64,226,178); }
div.DivClassName
{
background-color: #40E2B2;
}
.BgClassName
{
background-color: #40E2B2;
}
</style>
border-color css
<style>
span { border-color: #40E2B2; }
span { border-color: rgb(64,226,178); }
td.TdClassName
{
border-color: #40E2B2;
}
.TagClassName
{
border-color: #40E2B2;
}
</style>