Shades of Medium Turquoise #46D5B7
Tints of Medium Turquoise #46D5B7
RGB
CMYK
RGB Variations
Color information
#46D5B7 (or 0x46D5B7) is known color: Medium Turquoise. HEX triplet: 46, D5 and B7. RGB value is (70,213,183). Sum of RGB (Red+Green+Blue) = 70+213+183=466 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.02% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #46D5B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D5B7 is #B92A48. Grayscale: #A6A6A6. Windows color (decimal): -12134985 or 12047686. OLE color: 12047686.
HSL color Cylindrical-coordinate representation of color #46D5B7: hue angle of 167.41º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D5B7 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 213 | 183 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.16 |
| HSL | 167.41º | 0.63% | 0.55% | - |
| HSV(B) | 167.41º | 0.67% | 0.84% | - |
| XYZ | 34.87 | 52.31 | 53.06 | - |
| YUV | 166.82 | 137.12 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 213 | 183 | 0.67 | 0 | 0.14 | 0.16 | 167.41 | 0.63 | 0.55 |
| Hex | 46 | D5 | B7 | 43 | 0 | E | 10 | A7 | 3F | 37 |
| Octal | 106 | 325 | 267 | 103 | 0 | 16 | 20 | 247 | 77 | 67 |
| Binary | 1000110 | 11010101 | 10110111 | 1000011 | 0 | 1110 | 10000 | 10100111 | 111111 | 110111 |
Color Harmonies of #46D5B7
Complementary color
Monochromatic Colors of #46D5B7
Black with #46D5B7
Text Example
Text Example
White with #46D5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D5B7; }
p { color: rgb(70,213,183); }
H1.HeaderClassName
{
color: #46D5B7;
}
.AnyTagClassName
{
color: #46D5B7;
}
</style>
background-color css
<style>
a { background-color: #46D5B7; }
a { background-color: rgb(70,213,183); }
div.DivClassName
{
background-color: #46D5B7;
}
.BgClassName
{
background-color: #46D5B7;
}
</style>
border-color css
<style>
span { border-color: #46D5B7; }
span { border-color: rgb(70,213,183); }
td.TdClassName
{
border-color: #46D5B7;
}
.TagClassName
{
border-color: #46D5B7;
}
</style>