Shades of Turquoise #46FCEC
Tints of Turquoise #46FCEC
RGB
CMYK
RGB Variations
Color information
#46FCEC (or 0x46FCEC) is known color: Turquoise. HEX triplet: 46, FC and EC. RGB value is (70,252,236). Sum of RGB (Red+Green+Blue) = 70+252+236=558 (73% of max value = 765). Red value is 70 (27.73% from 255 or 12.54% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #46FCEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46FCEC is #B90313. Grayscale: #C3C3C3. Windows color (decimal): -12124948 or 15531078. OLE color: 15531078.
HSL color Cylindrical-coordinate representation of color #46FCEC: hue angle of 174.73º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FCEC is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 252 | 236 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.01 |
| HSL | 174.73º | 0.97% | 0.63% | - |
| HSV(B) | 174.73º | 0.72% | 0.99% | - |
| XYZ | 52.48 | 76.98 | 91.45 | - |
| YUV | 195.76 | 150.7 | 38.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 252 | 236 | 0.72 | 0 | 0.06 | 0.01 | 174.73 | 0.97 | 0.63 |
| Hex | 46 | FC | EC | 48 | 0 | 6 | 1 | AF | 61 | 3F |
| Octal | 106 | 374 | 354 | 110 | 0 | 6 | 1 | 257 | 141 | 77 |
| Binary | 1000110 | 11111100 | 11101100 | 1001000 | 0 | 110 | 1 | 10101111 | 1100001 | 111111 |
Color Harmonies of #46FCEC
Complementary color
Monochromatic Colors of #46FCEC
Black with #46FCEC
Text Example
Text Example
White with #46FCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FCEC; }
p { color: rgb(70,252,236); }
H1.HeaderClassName
{
color: #46FCEC;
}
.AnyTagClassName
{
color: #46FCEC;
}
</style>
background-color css
<style>
a { background-color: #46FCEC; }
a { background-color: rgb(70,252,236); }
div.DivClassName
{
background-color: #46FCEC;
}
.BgClassName
{
background-color: #46FCEC;
}
</style>
border-color css
<style>
span { border-color: #46FCEC; }
span { border-color: rgb(70,252,236); }
td.TdClassName
{
border-color: #46FCEC;
}
.TagClassName
{
border-color: #46FCEC;
}
</style>