Shades of Medium Turquoise #46DABB
Tints of Medium Turquoise #46DABB
RGB
CMYK
RGB Variations
Color information
#46DABB (or 0x46DABB) is known color: Medium Turquoise. HEX triplet: 46, DA and BB. RGB value is (70,218,187). Sum of RGB (Red+Green+Blue) = 70+218+187=475 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.74% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #46DABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DABB is #B92544. Grayscale: #AAAAAA. Windows color (decimal): -12133701 or 12311110. OLE color: 12311110.
HSL color Cylindrical-coordinate representation of color #46DABB: hue angle of 167.43º degrees, saturation: 0.67, 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 #46DABB is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 218 | 187 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.15 |
| HSL | 167.43º | 0.67% | 0.56% | - |
| HSV(B) | 167.43º | 0.68% | 0.85% | - |
| XYZ | 36.57 | 55.03 | 55.71 | - |
| YUV | 170.21 | 137.47 | 56.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 218 | 187 | 0.68 | 0 | 0.14 | 0.15 | 167.43 | 0.67 | 0.56 |
| Hex | 46 | DA | BB | 44 | 0 | E | F | A7 | 43 | 38 |
| Octal | 106 | 332 | 273 | 104 | 0 | 16 | 17 | 247 | 103 | 70 |
| Binary | 1000110 | 11011010 | 10111011 | 1000100 | 0 | 1110 | 1111 | 10100111 | 1000011 | 111000 |
Color Harmonies of #46DABB
Complementary color
Monochromatic Colors of #46DABB
Black with #46DABB
Text Example
Text Example
White with #46DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DABB; }
p { color: rgb(70,218,187); }
H1.HeaderClassName
{
color: #46DABB;
}
.AnyTagClassName
{
color: #46DABB;
}
</style>
background-color css
<style>
a { background-color: #46DABB; }
a { background-color: rgb(70,218,187); }
div.DivClassName
{
background-color: #46DABB;
}
.BgClassName
{
background-color: #46DABB;
}
</style>
border-color css
<style>
span { border-color: #46DABB; }
span { border-color: rgb(70,218,187); }
td.TdClassName
{
border-color: #46DABB;
}
.TagClassName
{
border-color: #46DABB;
}
</style>