Shades of Turquoise #46F6C2
Tints of Turquoise #46F6C2
RGB
CMYK
RGB Variations
Color information
#46F6C2 (or 0x46F6C2) is known color: Turquoise. HEX triplet: 46, F6 and C2. RGB value is (70,246,194). Sum of RGB (Red+Green+Blue) = 70+246+194=510 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.73% from 510); Green value is 246 (96.48% from 255 or 48.24% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 246 - color contains mainly: green. Hex color #46F6C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46F6C2 is #B9093D. Grayscale: #BBBBBB. Windows color (decimal): -12126526 or 12777030. OLE color: 12777030.
HSL color Cylindrical-coordinate representation of color #46F6C2: hue angle of 162.27º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46F6C2 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 246 | 194 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.04 |
| HSL | 162.27º | 0.91% | 0.62% | - |
| HSV(B) | 162.27º | 0.72% | 0.96% | - |
| XYZ | 45.22 | 71.11 | 62.38 | - |
| YUV | 187.45 | 131.69 | 44.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 246 | 194 | 0.72 | 0 | 0.21 | 0.04 | 162.27 | 0.91 | 0.62 |
| Hex | 46 | F6 | C2 | 48 | 0 | 15 | 4 | A2 | 5B | 3E |
| Octal | 106 | 366 | 302 | 110 | 0 | 25 | 4 | 242 | 133 | 76 |
| Binary | 1000110 | 11110110 | 11000010 | 1001000 | 0 | 10101 | 100 | 10100010 | 1011011 | 111110 |
Color Harmonies of #46F6C2
Complementary color
Monochromatic Colors of #46F6C2
Black with #46F6C2
Text Example
Text Example
White with #46F6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F6C2; }
p { color: rgb(70,246,194); }
H1.HeaderClassName
{
color: #46F6C2;
}
.AnyTagClassName
{
color: #46F6C2;
}
</style>
background-color css
<style>
a { background-color: #46F6C2; }
a { background-color: rgb(70,246,194); }
div.DivClassName
{
background-color: #46F6C2;
}
.BgClassName
{
background-color: #46F6C2;
}
</style>
border-color css
<style>
span { border-color: #46F6C2; }
span { border-color: rgb(70,246,194); }
td.TdClassName
{
border-color: #46F6C2;
}
.TagClassName
{
border-color: #46F6C2;
}
</style>