Shades of Turquoise #46F8C1
Tints of Turquoise #46F8C1
RGB
CMYK
RGB Variations
Color information
#46F8C1 (or 0x46F8C1) is known color: Turquoise. HEX triplet: 46, F8 and C1. RGB value is (70,248,193). Sum of RGB (Red+Green+Blue) = 70+248+193=511 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.70% from 511); Green value is 248 (97.27% from 255 or 48.53% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 248 - color contains mainly: green. Hex color #46F8C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46F8C1 is #B9073E. Grayscale: #BCBCBC. Windows color (decimal): -12126015 or 12712006. OLE color: 12712006.
HSL color Cylindrical-coordinate representation of color #46F8C1: hue angle of 161.46º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46F8C1 is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 70 | 248 | 193 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.03 |
| HSL | 161.46º | 0.93% | 0.62% | - |
| HSV(B) | 161.46º | 0.72% | 0.97% | - |
| XYZ | 45.72 | 72.29 | 62 | - |
| YUV | 188.51 | 130.53 | 43.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 248 | 193 | 0.72 | 0 | 0.22 | 0.03 | 161.46 | 0.93 | 0.62 |
| Hex | 46 | F8 | C1 | 48 | 0 | 16 | 3 | A1 | 5D | 3E |
| Octal | 106 | 370 | 301 | 110 | 0 | 26 | 3 | 241 | 135 | 76 |
| Binary | 1000110 | 11111000 | 11000001 | 1001000 | 0 | 10110 | 11 | 10100001 | 1011101 | 111110 |
Color Harmonies of #46F8C1
Complementary color
Monochromatic Colors of #46F8C1
Black with #46F8C1
Text Example
Text Example
White with #46F8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F8C1; }
p { color: rgb(70,248,193); }
H1.HeaderClassName
{
color: #46F8C1;
}
.AnyTagClassName
{
color: #46F8C1;
}
</style>
background-color css
<style>
a { background-color: #46F8C1; }
a { background-color: rgb(70,248,193); }
div.DivClassName
{
background-color: #46F8C1;
}
.BgClassName
{
background-color: #46F8C1;
}
</style>
border-color css
<style>
span { border-color: #46F8C1; }
span { border-color: rgb(70,248,193); }
td.TdClassName
{
border-color: #46F8C1;
}
.TagClassName
{
border-color: #46F8C1;
}
</style>