Shades of Turquoise #46ECB5
Tints of Turquoise #46ECB5
RGB
CMYK
RGB Variations
Color information
#46ECB5 (or 0x46ECB5) is known color: Turquoise. HEX triplet: 46, EC and B5. RGB value is (70,236,181). Sum of RGB (Red+Green+Blue) = 70+236+181=487 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.37% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 236 - color contains mainly: green. Hex color #46ECB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46ECB5 is #B9134A. Grayscale: #B4B4B4. Windows color (decimal): -12129099 or 11922502. OLE color: 11922502.
HSL color Cylindrical-coordinate representation of color #46ECB5: hue angle of 160.12º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46ECB5 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 236 | 181 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.07 |
| HSL | 160.12º | 0.81% | 0.6% | - |
| HSV(B) | 160.12º | 0.7% | 0.93% | - |
| XYZ | 40.86 | 64.63 | 54.04 | - |
| YUV | 180.1 | 128.5 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 236 | 181 | 0.70 | 0 | 0.23 | 0.07 | 160.12 | 0.81 | 0.6 |
| Hex | 46 | EC | B5 | 46 | 0 | 17 | 7 | A0 | 51 | 3C |
| Octal | 106 | 354 | 265 | 106 | 0 | 27 | 7 | 240 | 121 | 74 |
| Binary | 1000110 | 11101100 | 10110101 | 1000110 | 0 | 10111 | 111 | 10100000 | 1010001 | 111100 |
Color Harmonies of #46ECB5
Complementary color
Monochromatic Colors of #46ECB5
Black with #46ECB5
Text Example
Text Example
White with #46ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46ECB5; }
p { color: rgb(70,236,181); }
H1.HeaderClassName
{
color: #46ECB5;
}
.AnyTagClassName
{
color: #46ECB5;
}
</style>
background-color css
<style>
a { background-color: #46ECB5; }
a { background-color: rgb(70,236,181); }
div.DivClassName
{
background-color: #46ECB5;
}
.BgClassName
{
background-color: #46ECB5;
}
</style>
border-color css
<style>
span { border-color: #46ECB5; }
span { border-color: rgb(70,236,181); }
td.TdClassName
{
border-color: #46ECB5;
}
.TagClassName
{
border-color: #46ECB5;
}
</style>