Shades of Turquoise #46FAC0
Tints of Turquoise #46FAC0
RGB
CMYK
RGB Variations
Color information
#46FAC0 (or 0x46FAC0) is known color: Turquoise. HEX triplet: 46, FA and C0. RGB value is (70,250,192). Sum of RGB (Red+Green+Blue) = 70+250+192=512 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.67% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #46FAC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FAC0 is #B9053F. Grayscale: #BDBDBD. Windows color (decimal): -12125504 or 12646982. OLE color: 12646982.
HSL color Cylindrical-coordinate representation of color #46FAC0: hue angle of 160.67º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FAC0 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 250 | 192 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.02 |
| HSL | 160.67º | 0.95% | 0.63% | - |
| HSV(B) | 160.67º | 0.72% | 0.98% | - |
| XYZ | 46.23 | 73.48 | 61.62 | - |
| YUV | 189.57 | 129.37 | 42.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 250 | 192 | 0.72 | 0 | 0.23 | 0.02 | 160.67 | 0.95 | 0.63 |
| Hex | 46 | FA | C0 | 48 | 0 | 17 | 2 | A1 | 5F | 3F |
| Octal | 106 | 372 | 300 | 110 | 0 | 27 | 2 | 241 | 137 | 77 |
| Binary | 1000110 | 11111010 | 11000000 | 1001000 | 0 | 10111 | 10 | 10100001 | 1011111 | 111111 |
Color Harmonies of #46FAC0
Complementary color
Monochromatic Colors of #46FAC0
Black with #46FAC0
Text Example
Text Example
White with #46FAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FAC0; }
p { color: rgb(70,250,192); }
H1.HeaderClassName
{
color: #46FAC0;
}
.AnyTagClassName
{
color: #46FAC0;
}
</style>
background-color css
<style>
a { background-color: #46FAC0; }
a { background-color: rgb(70,250,192); }
div.DivClassName
{
background-color: #46FAC0;
}
.BgClassName
{
background-color: #46FAC0;
}
</style>
border-color css
<style>
span { border-color: #46FAC0; }
span { border-color: rgb(70,250,192); }
td.TdClassName
{
border-color: #46FAC0;
}
.TagClassName
{
border-color: #46FAC0;
}
</style>