Shades of Turquoise #46ECDF
Tints of Turquoise #46ECDF
RGB
CMYK
RGB Variations
Color information
#46ECDF (or 0x46ECDF) is known color: Turquoise. HEX triplet: 46, EC and DF. RGB value is (70,236,223). Sum of RGB (Red+Green+Blue) = 70+236+223=529 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.23% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 236 - color contains mainly: green. Hex color #46ECDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46ECDF is #B91320. Grayscale: #B8B8B8. Windows color (decimal): -12129057 or 14675014. OLE color: 14675014.
HSL color Cylindrical-coordinate representation of color #46ECDF: hue angle of 175.3º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46ECDF is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 236 | 223 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.07 |
| HSL | 175.3º | 0.81% | 0.6% | - |
| HSV(B) | 175.3º | 0.7% | 0.93% | - |
| XYZ | 45.84 | 66.62 | 80.26 | - |
| YUV | 184.88 | 149.5 | 46.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 236 | 223 | 0.70 | 0 | 0.06 | 0.07 | 175.3 | 0.81 | 0.6 |
| Hex | 46 | EC | DF | 46 | 0 | 6 | 7 | AF | 51 | 3C |
| Octal | 106 | 354 | 337 | 106 | 0 | 6 | 7 | 257 | 121 | 74 |
| Binary | 1000110 | 11101100 | 11011111 | 1000110 | 0 | 110 | 111 | 10101111 | 1010001 | 111100 |
Color Harmonies of #46ECDF
Complementary color
Monochromatic Colors of #46ECDF
Black with #46ECDF
Text Example
Text Example
White with #46ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46ECDF; }
p { color: rgb(70,236,223); }
H1.HeaderClassName
{
color: #46ECDF;
}
.AnyTagClassName
{
color: #46ECDF;
}
</style>
background-color css
<style>
a { background-color: #46ECDF; }
a { background-color: rgb(70,236,223); }
div.DivClassName
{
background-color: #46ECDF;
}
.BgClassName
{
background-color: #46ECDF;
}
</style>
border-color css
<style>
span { border-color: #46ECDF; }
span { border-color: rgb(70,236,223); }
td.TdClassName
{
border-color: #46ECDF;
}
.TagClassName
{
border-color: #46ECDF;
}
</style>