Shades of Medium Turquoise #46D7B8
Tints of Medium Turquoise #46D7B8
RGB
CMYK
RGB Variations
Color information
#46D7B8 (or 0x46D7B8) is known color: Medium Turquoise. HEX triplet: 46, D7 and B8. RGB value is (70,215,184). Sum of RGB (Red+Green+Blue) = 70+215+184=469 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.93% from 469); Green value is 215 (84.38% from 255 or 45.84% from 469); Blue value is 184 (72.27% from 255 or 39.23% from 469); Max value from RGB is 215 - color contains mainly: green. Hex color #46D7B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D7B8 is #B92847. Grayscale: #A8A8A8. Windows color (decimal): -12134472 or 12113734. OLE color: 12113734.
HSL color Cylindrical-coordinate representation of color #46D7B8: hue angle of 167.17º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D7B8 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 215 | 184 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.16 |
| HSL | 167.17º | 0.64% | 0.56% | - |
| HSV(B) | 167.17º | 0.67% | 0.84% | - |
| XYZ | 35.48 | 53.36 | 53.78 | - |
| YUV | 168.11 | 136.96 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 215 | 184 | 0.67 | 0 | 0.14 | 0.16 | 167.17 | 0.64 | 0.56 |
| Hex | 46 | D7 | B8 | 43 | 0 | E | 10 | A7 | 40 | 38 |
| Octal | 106 | 327 | 270 | 103 | 0 | 16 | 20 | 247 | 100 | 70 |
| Binary | 1000110 | 11010111 | 10111000 | 1000011 | 0 | 1110 | 10000 | 10100111 | 1000000 | 111000 |
Color Harmonies of #46D7B8
Complementary color
Monochromatic Colors of #46D7B8
Black with #46D7B8
Text Example
Text Example
White with #46D7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D7B8; }
p { color: rgb(70,215,184); }
H1.HeaderClassName
{
color: #46D7B8;
}
.AnyTagClassName
{
color: #46D7B8;
}
</style>
background-color css
<style>
a { background-color: #46D7B8; }
a { background-color: rgb(70,215,184); }
div.DivClassName
{
background-color: #46D7B8;
}
.BgClassName
{
background-color: #46D7B8;
}
</style>
border-color css
<style>
span { border-color: #46D7B8; }
span { border-color: rgb(70,215,184); }
td.TdClassName
{
border-color: #46D7B8;
}
.TagClassName
{
border-color: #46D7B8;
}
</style>