Shades of Turquoise #46DCEC
Tints of Turquoise #46DCEC
RGB
CMYK
RGB Variations
Color information
#46DCEC (or 0x46DCEC) is known color: Turquoise. HEX triplet: 46, DC and EC. RGB value is (70,220,236). Sum of RGB (Red+Green+Blue) = 70+220+236=526 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.31% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #46DCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DCEC is #B92313. Grayscale: #B0B0B0. Windows color (decimal): -12133140 or 15522886. OLE color: 15522886.
HSL color Cylindrical-coordinate representation of color #46DCEC: hue angle of 185.78º 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 #46DCEC is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 220 | 236 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.07 |
| HSL | 185.78º | 0.81% | 0.6% | - |
| HSV(B) | 185.78º | 0.7% | 0.93% | - |
| XYZ | 43.26 | 58.54 | 88.38 | - |
| YUV | 176.97 | 161.31 | 51.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 220 | 236 | 0.70 | 0.07 | 0 | 0.07 | 185.78 | 0.81 | 0.6 |
| Hex | 46 | DC | EC | 46 | 7 | 0 | 7 | BA | 51 | 3C |
| Octal | 106 | 334 | 354 | 106 | 7 | 0 | 7 | 272 | 121 | 74 |
| Binary | 1000110 | 11011100 | 11101100 | 1000110 | 111 | 0 | 111 | 10111010 | 1010001 | 111100 |
Color Harmonies of #46DCEC
Complementary color
Monochromatic Colors of #46DCEC
Black with #46DCEC
Text Example
Text Example
White with #46DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DCEC; }
p { color: rgb(70,220,236); }
H1.HeaderClassName
{
color: #46DCEC;
}
.AnyTagClassName
{
color: #46DCEC;
}
</style>
background-color css
<style>
a { background-color: #46DCEC; }
a { background-color: rgb(70,220,236); }
div.DivClassName
{
background-color: #46DCEC;
}
.BgClassName
{
background-color: #46DCEC;
}
</style>
border-color css
<style>
span { border-color: #46DCEC; }
span { border-color: rgb(70,220,236); }
td.TdClassName
{
border-color: #46DCEC;
}
.TagClassName
{
border-color: #46DCEC;
}
</style>