Shades of Turquoise #46E3EC
Tints of Turquoise #46E3EC
RGB
CMYK
RGB Variations
Color information
#46E3EC (or 0x46E3EC) is known color: Turquoise. HEX triplet: 46, E3 and EC. RGB value is (70,227,236). Sum of RGB (Red+Green+Blue) = 70+227+236=533 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.13% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #46E3EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46E3EC is #B91C13. Grayscale: #B4B4B4. Windows color (decimal): -12131348 or 15524678. OLE color: 15524678.
HSL color Cylindrical-coordinate representation of color #46E3EC: hue angle of 183.25º 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 #46E3EC is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 227 | 236 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.07 |
| HSL | 183.25º | 0.81% | 0.6% | - |
| HSV(B) | 183.25º | 0.7% | 0.93% | - |
| XYZ | 45.14 | 62.3 | 89 | - |
| YUV | 181.08 | 158.99 | 48.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 227 | 236 | 0.70 | 0.04 | 0 | 0.07 | 183.25 | 0.81 | 0.6 |
| Hex | 46 | E3 | EC | 46 | 4 | 0 | 7 | B7 | 51 | 3C |
| Octal | 106 | 343 | 354 | 106 | 4 | 0 | 7 | 267 | 121 | 74 |
| Binary | 1000110 | 11100011 | 11101100 | 1000110 | 100 | 0 | 111 | 10110111 | 1010001 | 111100 |
Color Harmonies of #46E3EC
Complementary color
Monochromatic Colors of #46E3EC
Black with #46E3EC
Text Example
Text Example
White with #46E3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E3EC; }
p { color: rgb(70,227,236); }
H1.HeaderClassName
{
color: #46E3EC;
}
.AnyTagClassName
{
color: #46E3EC;
}
</style>
background-color css
<style>
a { background-color: #46E3EC; }
a { background-color: rgb(70,227,236); }
div.DivClassName
{
background-color: #46E3EC;
}
.BgClassName
{
background-color: #46E3EC;
}
</style>
border-color css
<style>
span { border-color: #46E3EC; }
span { border-color: rgb(70,227,236); }
td.TdClassName
{
border-color: #46E3EC;
}
.TagClassName
{
border-color: #46E3EC;
}
</style>