Shades of Medium Turquoise #46D1BB
Tints of Medium Turquoise #46D1BB
RGB
CMYK
RGB Variations
Color information
#46D1BB (or 0x46D1BB) is known color: Medium Turquoise. HEX triplet: 46, D1 and BB. RGB value is (70,209,187). Sum of RGB (Red+Green+Blue) = 70+209+187=466 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.02% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 209 - color contains mainly: green. Hex color #46D1BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D1BB is #B92E44. Grayscale: #A4A4A4. Windows color (decimal): -12136005 or 12308806. OLE color: 12308806.
HSL color Cylindrical-coordinate representation of color #46D1BB: hue angle of 170.5º 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 #46D1BB is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 209 | 187 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.18 |
| HSL | 170.5º | 0.6% | 0.55% | - |
| HSV(B) | 170.5º | 0.67% | 0.82% | - |
| XYZ | 34.3 | 50.49 | 54.95 | - |
| YUV | 164.93 | 140.45 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 209 | 187 | 0.67 | 0 | 0.11 | 0.18 | 170.5 | 0.6 | 0.55 |
| Hex | 46 | D1 | BB | 43 | 0 | B | 12 | AB | 3C | 37 |
| Octal | 106 | 321 | 273 | 103 | 0 | 13 | 22 | 253 | 74 | 67 |
| Binary | 1000110 | 11010001 | 10111011 | 1000011 | 0 | 1011 | 10010 | 10101011 | 111100 | 110111 |
Color Harmonies of #46D1BB
Complementary color
Monochromatic Colors of #46D1BB
Black with #46D1BB
Text Example
Text Example
White with #46D1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D1BB; }
p { color: rgb(70,209,187); }
H1.HeaderClassName
{
color: #46D1BB;
}
.AnyTagClassName
{
color: #46D1BB;
}
</style>
background-color css
<style>
a { background-color: #46D1BB; }
a { background-color: rgb(70,209,187); }
div.DivClassName
{
background-color: #46D1BB;
}
.BgClassName
{
background-color: #46D1BB;
}
</style>
border-color css
<style>
span { border-color: #46D1BB; }
span { border-color: rgb(70,209,187); }
td.TdClassName
{
border-color: #46D1BB;
}
.TagClassName
{
border-color: #46D1BB;
}
</style>