Shades of Turquoise #46FFEC
Tints of Turquoise #46FFEC
RGB
CMYK
RGB Variations
Color information
#46FFEC (or 0x46FFEC) is known color: Turquoise. HEX triplet: 46, FF and EC. RGB value is (70,255,236). Sum of RGB (Red+Green+Blue) = 70+255+236=561 (74% of max value = 765). Red value is 70 (27.73% from 255 or 12.48% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46FFEC is #B90013. Grayscale: #C5C5C5. Windows color (decimal): -12124180 or 15531846. OLE color: 15531846.
HSL color Cylindrical-coordinate representation of color #46FFEC: hue angle of 173.84º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46FFEC is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 236 | - |
| CMYK | 0.73 | 0 | 0.07 | 0 |
| HSL | 173.84º | 1% | 0.64% | - |
| HSV(B) | 173.84º | 0.73% | 1% | - |
| XYZ | 53.43 | 78.88 | 91.77 | - |
| YUV | 197.52 | 149.71 | 37.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 236 | 0.73 | 0 | 0.07 | 0 | 173.84 | 1 | 0.64 |
| Hex | 46 | FF | EC | 49 | 0 | 7 | 0 | AE | 64 | 40 |
| Octal | 106 | 377 | 354 | 111 | 0 | 7 | 0 | 256 | 144 | 100 |
| Binary | 1000110 | 11111111 | 11101100 | 1001001 | 0 | 111 | 0 | 10101110 | 1100100 | 1000000 |
Color Harmonies of #46FFEC
Complementary color
Monochromatic Colors of #46FFEC
Black with #46FFEC
Text Example
Text Example
White with #46FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FFEC; }
p { color: rgb(70,255,236); }
H1.HeaderClassName
{
color: #46FFEC;
}
.AnyTagClassName
{
color: #46FFEC;
}
</style>
background-color css
<style>
a { background-color: #46FFEC; }
a { background-color: rgb(70,255,236); }
div.DivClassName
{
background-color: #46FFEC;
}
.BgClassName
{
background-color: #46FFEC;
}
</style>
border-color css
<style>
span { border-color: #46FFEC; }
span { border-color: rgb(70,255,236); }
td.TdClassName
{
border-color: #46FFEC;
}
.TagClassName
{
border-color: #46FFEC;
}
</style>