Shades of Turquoise #46ECC6
Tints of Turquoise #46ECC6
RGB
CMYK
RGB Variations
Color information
#46ECC6 (or 0x46ECC6) is known color: Turquoise. HEX triplet: 46, EC and C6. RGB value is (70,236,198). Sum of RGB (Red+Green+Blue) = 70+236+198=504 (66% of max value = 765). Red value is 70 (27.73% from 255 or 13.89% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #46ECC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46ECC6 is #B91339. Grayscale: #B6B6B6. Windows color (decimal): -12129082 or 13036614. OLE color: 13036614.
HSL color Cylindrical-coordinate representation of color #46ECC6: hue angle of 166.27º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46ECC6 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 236 | 198 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.07 |
| HSL | 166.27º | 0.81% | 0.6% | - |
| HSV(B) | 166.27º | 0.7% | 0.93% | - |
| XYZ | 42.71 | 65.37 | 63.79 | - |
| YUV | 182.03 | 137 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 236 | 198 | 0.70 | 0 | 0.16 | 0.07 | 166.27 | 0.81 | 0.6 |
| Hex | 46 | EC | C6 | 46 | 0 | 10 | 7 | A6 | 51 | 3C |
| Octal | 106 | 354 | 306 | 106 | 0 | 20 | 7 | 246 | 121 | 74 |
| Binary | 1000110 | 11101100 | 11000110 | 1000110 | 0 | 10000 | 111 | 10100110 | 1010001 | 111100 |
Color Harmonies of #46ECC6
Complementary color
Monochromatic Colors of #46ECC6
Black with #46ECC6
Text Example
Text Example
White with #46ECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46ECC6; }
p { color: rgb(70,236,198); }
H1.HeaderClassName
{
color: #46ECC6;
}
.AnyTagClassName
{
color: #46ECC6;
}
</style>
background-color css
<style>
a { background-color: #46ECC6; }
a { background-color: rgb(70,236,198); }
div.DivClassName
{
background-color: #46ECC6;
}
.BgClassName
{
background-color: #46ECC6;
}
</style>
border-color css
<style>
span { border-color: #46ECC6; }
span { border-color: rgb(70,236,198); }
td.TdClassName
{
border-color: #46ECC6;
}
.TagClassName
{
border-color: #46ECC6;
}
</style>