Shades of Turquoise #46FECA
Tints of Turquoise #46FECA
RGB
CMYK
RGB Variations
Color information
#46FECA (or 0x46FECA) is known color: Turquoise. HEX triplet: 46, FE and CA. RGB value is (70,254,202). Sum of RGB (Red+Green+Blue) = 70+254+202=526 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.31% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #46FECA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FECA is #B90135. Grayscale: #C1C1C1. Windows color (decimal): -12124470 or 13303366. OLE color: 13303366.
HSL color Cylindrical-coordinate representation of color #46FECA: hue angle of 163.04º 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 #46FECA is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 254 | 202 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.00 |
| HSL | 163.04º | 0.99% | 0.64% | - |
| HSV(B) | 163.04º | 0.72% | 1% | - |
| XYZ | 48.63 | 76.45 | 68.07 | - |
| YUV | 193.06 | 133.04 | 40.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 254 | 202 | 0.72 | 0 | 0.20 | 0.00 | 163.04 | 0.99 | 0.64 |
| Hex | 46 | FE | CA | 48 | 0 | 14 | 0 | A3 | 63 | 40 |
| Octal | 106 | 376 | 312 | 110 | 0 | 24 | 0 | 243 | 143 | 100 |
| Binary | 1000110 | 11111110 | 11001010 | 1001000 | 0 | 10100 | 0 | 10100011 | 1100011 | 1000000 |
Color Harmonies of #46FECA
Complementary color
Monochromatic Colors of #46FECA
Black with #46FECA
Text Example
Text Example
White with #46FECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FECA; }
p { color: rgb(70,254,202); }
H1.HeaderClassName
{
color: #46FECA;
}
.AnyTagClassName
{
color: #46FECA;
}
</style>
background-color css
<style>
a { background-color: #46FECA; }
a { background-color: rgb(70,254,202); }
div.DivClassName
{
background-color: #46FECA;
}
.BgClassName
{
background-color: #46FECA;
}
</style>
border-color css
<style>
span { border-color: #46FECA; }
span { border-color: rgb(70,254,202); }
td.TdClassName
{
border-color: #46FECA;
}
.TagClassName
{
border-color: #46FECA;
}
</style>