Shades of Turquoise #46ECE1
Tints of Turquoise #46ECE1
RGB
CMYK
RGB Variations
Color information
#46ECE1 (or 0x46ECE1) is known color: Turquoise. HEX triplet: 46, EC and E1. RGB value is (70,236,225). Sum of RGB (Red+Green+Blue) = 70+236+225=531 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.18% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #46ECE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46ECE1 is #B9131E. Grayscale: #B8B8B8. Windows color (decimal): -12129055 or 14806086. OLE color: 14806086.
HSL color Cylindrical-coordinate representation of color #46ECE1: hue angle of 176.02º 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 #46ECE1 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 236 | 225 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.07 |
| HSL | 176.02º | 0.81% | 0.6% | - |
| HSV(B) | 176.02º | 0.7% | 0.93% | - |
| XYZ | 46.11 | 66.73 | 81.68 | - |
| YUV | 185.11 | 150.5 | 45.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 236 | 225 | 0.70 | 0 | 0.05 | 0.07 | 176.02 | 0.81 | 0.6 |
| Hex | 46 | EC | E1 | 46 | 0 | 5 | 7 | B0 | 51 | 3C |
| Octal | 106 | 354 | 341 | 106 | 0 | 5 | 7 | 260 | 121 | 74 |
| Binary | 1000110 | 11101100 | 11100001 | 1000110 | 0 | 101 | 111 | 10110000 | 1010001 | 111100 |
Color Harmonies of #46ECE1
Complementary color
Monochromatic Colors of #46ECE1
Black with #46ECE1
Text Example
Text Example
White with #46ECE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46ECE1; }
p { color: rgb(70,236,225); }
H1.HeaderClassName
{
color: #46ECE1;
}
.AnyTagClassName
{
color: #46ECE1;
}
</style>
background-color css
<style>
a { background-color: #46ECE1; }
a { background-color: rgb(70,236,225); }
div.DivClassName
{
background-color: #46ECE1;
}
.BgClassName
{
background-color: #46ECE1;
}
</style>
border-color css
<style>
span { border-color: #46ECE1; }
span { border-color: rgb(70,236,225); }
td.TdClassName
{
border-color: #46ECE1;
}
.TagClassName
{
border-color: #46ECE1;
}
</style>