Shades of Medium Turquoise #46D1B7
Tints of Medium Turquoise #46D1B7
RGB
CMYK
RGB Variations
Color information
#46D1B7 (or 0x46D1B7) is known color: Medium Turquoise. HEX triplet: 46, D1 and B7. RGB value is (70,209,183). Sum of RGB (Red+Green+Blue) = 70+209+183=462 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.15% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 209 - color contains mainly: green. Hex color #46D1B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D1B7 is #B92E48. Grayscale: #A4A4A4. Windows color (decimal): -12136009 or 12046662. OLE color: 12046662.
HSL color Cylindrical-coordinate representation of color #46D1B7: hue angle of 168.78º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D1B7 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 209 | 183 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.18 |
| HSL | 168.78º | 0.6% | 0.55% | - |
| HSV(B) | 168.78º | 0.67% | 0.82% | - |
| XYZ | 33.87 | 50.32 | 52.73 | - |
| YUV | 164.48 | 138.45 | 60.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 209 | 183 | 0.67 | 0 | 0.12 | 0.18 | 168.78 | 0.6 | 0.55 |
| Hex | 46 | D1 | B7 | 43 | 0 | C | 12 | A9 | 3C | 37 |
| Octal | 106 | 321 | 267 | 103 | 0 | 14 | 22 | 251 | 74 | 67 |
| Binary | 1000110 | 11010001 | 10110111 | 1000011 | 0 | 1100 | 10010 | 10101001 | 111100 | 110111 |
Color Harmonies of #46D1B7
Complementary color
Monochromatic Colors of #46D1B7
Black with #46D1B7
Text Example
Text Example
White with #46D1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D1B7; }
p { color: rgb(70,209,183); }
H1.HeaderClassName
{
color: #46D1B7;
}
.AnyTagClassName
{
color: #46D1B7;
}
</style>
background-color css
<style>
a { background-color: #46D1B7; }
a { background-color: rgb(70,209,183); }
div.DivClassName
{
background-color: #46D1B7;
}
.BgClassName
{
background-color: #46D1B7;
}
</style>
border-color css
<style>
span { border-color: #46D1B7; }
span { border-color: rgb(70,209,183); }
td.TdClassName
{
border-color: #46D1B7;
}
.TagClassName
{
border-color: #46D1B7;
}
</style>