Shades of Medium Turquoise #46D6BB
Tints of Medium Turquoise #46D6BB
RGB
CMYK
RGB Variations
Color information
#46D6BB (or 0x46D6BB) is known color: Medium Turquoise. HEX triplet: 46, D6 and BB. RGB value is (70,214,187). Sum of RGB (Red+Green+Blue) = 70+214+187=471 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.86% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #46D6BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D6BB is #B92944. Grayscale: #A7A7A7. Windows color (decimal): -12134725 or 12310086. OLE color: 12310086.
HSL color Cylindrical-coordinate representation of color #46D6BB: hue angle of 168.75º 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 #46D6BB is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 214 | 187 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.16 |
| HSL | 168.75º | 0.64% | 0.56% | - |
| HSV(B) | 168.75º | 0.67% | 0.84% | - |
| XYZ | 35.54 | 52.98 | 55.37 | - |
| YUV | 167.87 | 138.79 | 58.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 214 | 187 | 0.67 | 0 | 0.13 | 0.16 | 168.75 | 0.64 | 0.56 |
| Hex | 46 | D6 | BB | 43 | 0 | D | 10 | A9 | 40 | 38 |
| Octal | 106 | 326 | 273 | 103 | 0 | 15 | 20 | 251 | 100 | 70 |
| Binary | 1000110 | 11010110 | 10111011 | 1000011 | 0 | 1101 | 10000 | 10101001 | 1000000 | 111000 |
Color Harmonies of #46D6BB
Complementary color
Monochromatic Colors of #46D6BB
Black with #46D6BB
Text Example
Text Example
White with #46D6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D6BB; }
p { color: rgb(70,214,187); }
H1.HeaderClassName
{
color: #46D6BB;
}
.AnyTagClassName
{
color: #46D6BB;
}
</style>
background-color css
<style>
a { background-color: #46D6BB; }
a { background-color: rgb(70,214,187); }
div.DivClassName
{
background-color: #46D6BB;
}
.BgClassName
{
background-color: #46D6BB;
}
</style>
border-color css
<style>
span { border-color: #46D6BB; }
span { border-color: rgb(70,214,187); }
td.TdClassName
{
border-color: #46D6BB;
}
.TagClassName
{
border-color: #46D6BB;
}
</style>