Shades of Turquoise #46E9EC
Tints of Turquoise #46E9EC
RGB
CMYK
RGB Variations
Color information
#46E9EC (or 0x46E9EC) is known color: Turquoise. HEX triplet: 46, E9 and EC. RGB value is (70,233,236). Sum of RGB (Red+Green+Blue) = 70+233+236=539 (71% of max value = 765). Red value is 70 (27.73% from 255 or 12.99% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #46E9EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46E9EC is #B91613. Grayscale: #B8B8B8. Windows color (decimal): -12129812 or 15526214. OLE color: 15526214.
HSL color Cylindrical-coordinate representation of color #46E9EC: hue angle of 181.08º 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 #46E9EC is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 233 | 236 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.07 |
| HSL | 181.08º | 0.81% | 0.6% | - |
| HSV(B) | 181.08º | 0.7% | 0.93% | - |
| XYZ | 46.81 | 65.64 | 89.56 | - |
| YUV | 184.61 | 157 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 233 | 236 | 0.70 | 0.01 | 0 | 0.07 | 181.08 | 0.81 | 0.6 |
| Hex | 46 | E9 | EC | 46 | 1 | 0 | 7 | B5 | 51 | 3C |
| Octal | 106 | 351 | 354 | 106 | 1 | 0 | 7 | 265 | 121 | 74 |
| Binary | 1000110 | 11101001 | 11101100 | 1000110 | 1 | 0 | 111 | 10110101 | 1010001 | 111100 |
Color Harmonies of #46E9EC
Complementary color
Monochromatic Colors of #46E9EC
Black with #46E9EC
Text Example
Text Example
White with #46E9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E9EC; }
p { color: rgb(70,233,236); }
H1.HeaderClassName
{
color: #46E9EC;
}
.AnyTagClassName
{
color: #46E9EC;
}
</style>
background-color css
<style>
a { background-color: #46E9EC; }
a { background-color: rgb(70,233,236); }
div.DivClassName
{
background-color: #46E9EC;
}
.BgClassName
{
background-color: #46E9EC;
}
</style>
border-color css
<style>
span { border-color: #46E9EC; }
span { border-color: rgb(70,233,236); }
td.TdClassName
{
border-color: #46E9EC;
}
.TagClassName
{
border-color: #46E9EC;
}
</style>