Shades of Medium Turquoise #46C0B7
Tints of Medium Turquoise #46C0B7
RGB
CMYK
RGB Variations
Color information
#46C0B7 (or 0x46C0B7) is known color: Medium Turquoise. HEX triplet: 46, C0 and B7. RGB value is (70,192,183). Sum of RGB (Red+Green+Blue) = 70+192+183=445 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.73% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 192 - color contains mainly: green. Hex color #46C0B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C0B7 is #B93F48. Grayscale: #9A9A9A. Windows color (decimal): -12140361 or 12042310. OLE color: 12042310.
HSL color Cylindrical-coordinate representation of color #46C0B7: hue angle of 175.57º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C0B7 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 192 | 183 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.25 |
| HSL | 175.57º | 0.49% | 0.51% | - |
| HSV(B) | 175.57º | 0.64% | 0.75% | - |
| XYZ | 29.92 | 42.42 | 51.41 | - |
| YUV | 154.5 | 144.08 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 192 | 183 | 0.64 | 0 | 0.05 | 0.25 | 175.57 | 0.49 | 0.51 |
| Hex | 46 | C0 | B7 | 40 | 0 | 5 | 19 | B0 | 31 | 33 |
| Octal | 106 | 300 | 267 | 100 | 0 | 5 | 31 | 260 | 61 | 63 |
| Binary | 1000110 | 11000000 | 10110111 | 1000000 | 0 | 101 | 11001 | 10110000 | 110001 | 110011 |
Color Harmonies of #46C0B7
Complementary color
Monochromatic Colors of #46C0B7
Black with #46C0B7
Text Example
Text Example
White with #46C0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C0B7; }
p { color: rgb(70,192,183); }
H1.HeaderClassName
{
color: #46C0B7;
}
.AnyTagClassName
{
color: #46C0B7;
}
</style>
background-color css
<style>
a { background-color: #46C0B7; }
a { background-color: rgb(70,192,183); }
div.DivClassName
{
background-color: #46C0B7;
}
.BgClassName
{
background-color: #46C0B7;
}
</style>
border-color css
<style>
span { border-color: #46C0B7; }
span { border-color: rgb(70,192,183); }
td.TdClassName
{
border-color: #46C0B7;
}
.TagClassName
{
border-color: #46C0B7;
}
</style>