Shades of Medium Turquoise #46C6BC
Tints of Medium Turquoise #46C6BC
RGB
CMYK
RGB Variations
Color information
#46C6BC (or 0x46C6BC) is known color: Medium Turquoise. HEX triplet: 46, C6 and BC. RGB value is (70,198,188). Sum of RGB (Red+Green+Blue) = 70+198+188=456 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.35% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 198 - color contains mainly: green. Hex color #46C6BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C6BC is #B93943. Grayscale: #9E9E9E. Windows color (decimal): -12138820 or 12371526. OLE color: 12371526.
HSL color Cylindrical-coordinate representation of color #46C6BC: hue angle of 175.31º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C6BC is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 198 | 188 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.22 |
| HSL | 175.31º | 0.53% | 0.53% | - |
| HSV(B) | 175.31º | 0.65% | 0.78% | - |
| XYZ | 31.8 | 45.32 | 54.65 | - |
| YUV | 158.59 | 144.59 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 198 | 188 | 0.65 | 0 | 0.05 | 0.22 | 175.31 | 0.53 | 0.53 |
| Hex | 46 | C6 | BC | 41 | 0 | 5 | 16 | AF | 35 | 35 |
| Octal | 106 | 306 | 274 | 101 | 0 | 5 | 26 | 257 | 65 | 65 |
| Binary | 1000110 | 11000110 | 10111100 | 1000001 | 0 | 101 | 10110 | 10101111 | 110101 | 110101 |
Color Harmonies of #46C6BC
Complementary color
Monochromatic Colors of #46C6BC
Black with #46C6BC
Text Example
Text Example
White with #46C6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C6BC; }
p { color: rgb(70,198,188); }
H1.HeaderClassName
{
color: #46C6BC;
}
.AnyTagClassName
{
color: #46C6BC;
}
</style>
background-color css
<style>
a { background-color: #46C6BC; }
a { background-color: rgb(70,198,188); }
div.DivClassName
{
background-color: #46C6BC;
}
.BgClassName
{
background-color: #46C6BC;
}
</style>
border-color css
<style>
span { border-color: #46C6BC; }
span { border-color: rgb(70,198,188); }
td.TdClassName
{
border-color: #46C6BC;
}
.TagClassName
{
border-color: #46C6BC;
}
</style>