Shades of Medium Turquoise #46D8BC
Tints of Medium Turquoise #46D8BC
RGB
CMYK
RGB Variations
Color information
#46D8BC (or 0x46D8BC) is known color: Medium Turquoise. HEX triplet: 46, D8 and BC. RGB value is (70,216,188). Sum of RGB (Red+Green+Blue) = 70+216+188=474 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.77% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 216 - color contains mainly: green. Hex color #46D8BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D8BC is #B92743. Grayscale: #A9A9A9. Windows color (decimal): -12134212 or 12376134. OLE color: 12376134.
HSL color Cylindrical-coordinate representation of color #46D8BC: hue angle of 168.49º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46D8BC is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 216 | 188 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.15 |
| HSL | 168.49º | 0.65% | 0.56% | - |
| HSV(B) | 168.49º | 0.68% | 0.85% | - |
| XYZ | 36.16 | 54.04 | 56.1 | - |
| YUV | 169.15 | 138.63 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 216 | 188 | 0.68 | 0 | 0.13 | 0.15 | 168.49 | 0.65 | 0.56 |
| Hex | 46 | D8 | BC | 44 | 0 | D | F | A8 | 41 | 38 |
| Octal | 106 | 330 | 274 | 104 | 0 | 15 | 17 | 250 | 101 | 70 |
| Binary | 1000110 | 11011000 | 10111100 | 1000100 | 0 | 1101 | 1111 | 10101000 | 1000001 | 111000 |
Color Harmonies of #46D8BC
Complementary color
Monochromatic Colors of #46D8BC
Black with #46D8BC
Text Example
Text Example
White with #46D8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D8BC; }
p { color: rgb(70,216,188); }
H1.HeaderClassName
{
color: #46D8BC;
}
.AnyTagClassName
{
color: #46D8BC;
}
</style>
background-color css
<style>
a { background-color: #46D8BC; }
a { background-color: rgb(70,216,188); }
div.DivClassName
{
background-color: #46D8BC;
}
.BgClassName
{
background-color: #46D8BC;
}
</style>
border-color css
<style>
span { border-color: #46D8BC; }
span { border-color: rgb(70,216,188); }
td.TdClassName
{
border-color: #46D8BC;
}
.TagClassName
{
border-color: #46D8BC;
}
</style>