Shades of Turquoise #40E6B5
Tints of Turquoise #40E6B5
RGB
CMYK
RGB Variations
Color information
#40E6B5 (or 0x40E6B5) is known color: Turquoise. HEX triplet: 40, E6 and B5. RGB value is (64,230,181). Sum of RGB (Red+Green+Blue) = 64+230+181=475 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.47% from 475); Green value is 230 (90.23% from 255 or 48.42% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 230 - color contains mainly: green. Hex color #40E6B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E6B5 is #BF194A. Grayscale: #AEAEAE. Windows color (decimal): -12523851 or 11920960. OLE color: 11920960.
HSL color Cylindrical-coordinate representation of color #40E6B5: hue angle of 162.29º 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 #40E6B5 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 230 | 181 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.10 |
| HSL | 162.29º | 0.77% | 0.58% | - |
| HSV(B) | 162.29º | 0.72% | 0.9% | - |
| XYZ | 38.75 | 61.02 | 53.45 | - |
| YUV | 174.78 | 131.5 | 48.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 230 | 181 | 0.72 | 0 | 0.21 | 0.10 | 162.29 | 0.77 | 0.58 |
| Hex | 40 | E6 | B5 | 48 | 0 | 15 | A | A2 | 4D | 3A |
| Octal | 100 | 346 | 265 | 110 | 0 | 25 | 12 | 242 | 115 | 72 |
| Binary | 1000000 | 11100110 | 10110101 | 1001000 | 0 | 10101 | 1010 | 10100010 | 1001101 | 111010 |
Color Harmonies of #40E6B5
Complementary color
Monochromatic Colors of #40E6B5
Black with #40E6B5
Text Example
Text Example
White with #40E6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E6B5; }
p { color: rgb(64,230,181); }
H1.HeaderClassName
{
color: #40E6B5;
}
.AnyTagClassName
{
color: #40E6B5;
}
</style>
background-color css
<style>
a { background-color: #40E6B5; }
a { background-color: rgb(64,230,181); }
div.DivClassName
{
background-color: #40E6B5;
}
.BgClassName
{
background-color: #40E6B5;
}
</style>
border-color css
<style>
span { border-color: #40E6B5; }
span { border-color: rgb(64,230,181); }
td.TdClassName
{
border-color: #40E6B5;
}
.TagClassName
{
border-color: #40E6B5;
}
</style>