Shades of Turquoise #40ECBE
Tints of Turquoise #40ECBE
RGB
CMYK
RGB Variations
Color information
#40ECBE (or 0x40ECBE) is known color: Turquoise. HEX triplet: 40, EC and BE. RGB value is (64,236,190). Sum of RGB (Red+Green+Blue) = 64+236+190=490 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.06% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #40ECBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40ECBE is #BF1341. Grayscale: #B3B3B3. Windows color (decimal): -12522306 or 12512320. OLE color: 12512320.
HSL color Cylindrical-coordinate representation of color #40ECBE: hue angle of 163.95º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40ECBE is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 236 | 190 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.07 |
| HSL | 163.95º | 0.82% | 0.59% | - |
| HSV(B) | 163.95º | 0.73% | 0.93% | - |
| XYZ | 41.4 | 64.8 | 59.04 | - |
| YUV | 179.33 | 134.02 | 45.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 236 | 190 | 0.73 | 0 | 0.19 | 0.07 | 163.95 | 0.82 | 0.59 |
| Hex | 40 | EC | BE | 49 | 0 | 13 | 7 | A4 | 52 | 3B |
| Octal | 100 | 354 | 276 | 111 | 0 | 23 | 7 | 244 | 122 | 73 |
| Binary | 1000000 | 11101100 | 10111110 | 1001001 | 0 | 10011 | 111 | 10100100 | 1010010 | 111011 |
Color Harmonies of #40ECBE
Complementary color
Monochromatic Colors of #40ECBE
Black with #40ECBE
Text Example
Text Example
White with #40ECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ECBE; }
p { color: rgb(64,236,190); }
H1.HeaderClassName
{
color: #40ECBE;
}
.AnyTagClassName
{
color: #40ECBE;
}
</style>
background-color css
<style>
a { background-color: #40ECBE; }
a { background-color: rgb(64,236,190); }
div.DivClassName
{
background-color: #40ECBE;
}
.BgClassName
{
background-color: #40ECBE;
}
</style>
border-color css
<style>
span { border-color: #40ECBE; }
span { border-color: rgb(64,236,190); }
td.TdClassName
{
border-color: #40ECBE;
}
.TagClassName
{
border-color: #40ECBE;
}
</style>