Shades of Turquoise #46FEEA
Tints of Turquoise #46FEEA
RGB
CMYK
RGB Variations
Color information
#46FEEA (or 0x46FEEA) is known color: Turquoise. HEX triplet: 46, FE and EA. RGB value is (70,254,234). Sum of RGB (Red+Green+Blue) = 70+254+234=558 (73% of max value = 765). Red value is 70 (27.73% from 255 or 12.54% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #46FEEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46FEEA is #B90115. Grayscale: #C4C4C4. Windows color (decimal): -12124438 or 15400518. OLE color: 15400518.
HSL color Cylindrical-coordinate representation of color #46FEEA: hue angle of 173.48º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FEEA is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 254 | 234 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.00 |
| HSL | 173.48º | 0.99% | 0.64% | - |
| HSV(B) | 173.48º | 0.72% | 1% | - |
| XYZ | 52.82 | 78.13 | 90.14 | - |
| YUV | 196.7 | 149.04 | 37.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 254 | 234 | 0.72 | 0 | 0.08 | 0.00 | 173.48 | 0.99 | 0.64 |
| Hex | 46 | FE | EA | 48 | 0 | 8 | 0 | AD | 63 | 40 |
| Octal | 106 | 376 | 352 | 110 | 0 | 10 | 0 | 255 | 143 | 100 |
| Binary | 1000110 | 11111110 | 11101010 | 1001000 | 0 | 1000 | 0 | 10101101 | 1100011 | 1000000 |
Color Harmonies of #46FEEA
Complementary color
Monochromatic Colors of #46FEEA
Black with #46FEEA
Text Example
Text Example
White with #46FEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FEEA; }
p { color: rgb(70,254,234); }
H1.HeaderClassName
{
color: #46FEEA;
}
.AnyTagClassName
{
color: #46FEEA;
}
</style>
background-color css
<style>
a { background-color: #46FEEA; }
a { background-color: rgb(70,254,234); }
div.DivClassName
{
background-color: #46FEEA;
}
.BgClassName
{
background-color: #46FEEA;
}
</style>
border-color css
<style>
span { border-color: #46FEEA; }
span { border-color: rgb(70,254,234); }
td.TdClassName
{
border-color: #46FEEA;
}
.TagClassName
{
border-color: #46FEEA;
}
</style>