Shades of Turquoise #46DDBC
Tints of Turquoise #46DDBC
RGB
CMYK
RGB Variations
Color information
#46DDBC (or 0x46DDBC) is known color: Turquoise. HEX triplet: 46, DD and BC. RGB value is (70,221,188). Sum of RGB (Red+Green+Blue) = 70+221+188=479 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.61% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #46DDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DDBC is #B92243. Grayscale: #ACACAC. Windows color (decimal): -12132932 or 12377414. OLE color: 12377414.
HSL color Cylindrical-coordinate representation of color #46DDBC: hue angle of 166.89º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DDBC is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 221 | 188 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.13 |
| HSL | 166.89º | 0.69% | 0.57% | - |
| HSV(B) | 166.89º | 0.68% | 0.87% | - |
| XYZ | 37.46 | 56.65 | 56.54 | - |
| YUV | 172.09 | 136.97 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 221 | 188 | 0.68 | 0 | 0.15 | 0.13 | 166.89 | 0.69 | 0.57 |
| Hex | 46 | DD | BC | 44 | 0 | F | D | A7 | 45 | 39 |
| Octal | 106 | 335 | 274 | 104 | 0 | 17 | 15 | 247 | 105 | 71 |
| Binary | 1000110 | 11011101 | 10111100 | 1000100 | 0 | 1111 | 1101 | 10100111 | 1000101 | 111001 |
Color Harmonies of #46DDBC
Complementary color
Monochromatic Colors of #46DDBC
Black with #46DDBC
Text Example
Text Example
White with #46DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DDBC; }
p { color: rgb(70,221,188); }
H1.HeaderClassName
{
color: #46DDBC;
}
.AnyTagClassName
{
color: #46DDBC;
}
</style>
background-color css
<style>
a { background-color: #46DDBC; }
a { background-color: rgb(70,221,188); }
div.DivClassName
{
background-color: #46DDBC;
}
.BgClassName
{
background-color: #46DDBC;
}
</style>
border-color css
<style>
span { border-color: #46DDBC; }
span { border-color: rgb(70,221,188); }
td.TdClassName
{
border-color: #46DDBC;
}
.TagClassName
{
border-color: #46DDBC;
}
</style>