Shades of Turquoise #46DAC6
Tints of Turquoise #46DAC6
RGB
CMYK
RGB Variations
Color information
#46DAC6 (or 0x46DAC6) is known color: Turquoise. HEX triplet: 46, DA and C6. RGB value is (70,218,198). Sum of RGB (Red+Green+Blue) = 70+218+198=486 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.40% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 198 (77.73% from 255 or 40.74% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #46DAC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DAC6 is #B92539. Grayscale: #ABABAB. Windows color (decimal): -12133690 or 13032006. OLE color: 13032006.
HSL color Cylindrical-coordinate representation of color #46DAC6: hue angle of 171.89º 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 #46DAC6 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 218 | 198 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.15 |
| HSL | 171.89º | 0.67% | 0.56% | - |
| HSV(B) | 171.89º | 0.68% | 0.85% | - |
| XYZ | 37.79 | 55.52 | 62.15 | - |
| YUV | 171.47 | 142.97 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 218 | 198 | 0.68 | 0 | 0.09 | 0.15 | 171.89 | 0.67 | 0.56 |
| Hex | 46 | DA | C6 | 44 | 0 | 9 | F | AC | 43 | 38 |
| Octal | 106 | 332 | 306 | 104 | 0 | 11 | 17 | 254 | 103 | 70 |
| Binary | 1000110 | 11011010 | 11000110 | 1000100 | 0 | 1001 | 1111 | 10101100 | 1000011 | 111000 |
Color Harmonies of #46DAC6
Complementary color
Monochromatic Colors of #46DAC6
Black with #46DAC6
Text Example
Text Example
White with #46DAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DAC6; }
p { color: rgb(70,218,198); }
H1.HeaderClassName
{
color: #46DAC6;
}
.AnyTagClassName
{
color: #46DAC6;
}
</style>
background-color css
<style>
a { background-color: #46DAC6; }
a { background-color: rgb(70,218,198); }
div.DivClassName
{
background-color: #46DAC6;
}
.BgClassName
{
background-color: #46DAC6;
}
</style>
border-color css
<style>
span { border-color: #46DAC6; }
span { border-color: rgb(70,218,198); }
td.TdClassName
{
border-color: #46DAC6;
}
.TagClassName
{
border-color: #46DAC6;
}
</style>