Shades of Turquoise #46DFEC
Tints of Turquoise #46DFEC
RGB
CMYK
RGB Variations
Color information
#46DFEC (or 0x46DFEC) is known color: Turquoise. HEX triplet: 46, DF and EC. RGB value is (70,223,236). Sum of RGB (Red+Green+Blue) = 70+223+236=529 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.23% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #46DFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DFEC is #B92013. Grayscale: #B2B2B2. Windows color (decimal): -12132372 or 15523654. OLE color: 15523654.
HSL color Cylindrical-coordinate representation of color #46DFEC: hue angle of 184.7º 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 #46DFEC is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 223 | 236 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.07 |
| HSL | 184.7º | 0.81% | 0.6% | - |
| HSV(B) | 184.7º | 0.7% | 0.93% | - |
| XYZ | 44.05 | 60.13 | 88.64 | - |
| YUV | 178.74 | 160.31 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 223 | 236 | 0.70 | 0.06 | 0 | 0.07 | 184.7 | 0.81 | 0.6 |
| Hex | 46 | DF | EC | 46 | 6 | 0 | 7 | B9 | 51 | 3C |
| Octal | 106 | 337 | 354 | 106 | 6 | 0 | 7 | 271 | 121 | 74 |
| Binary | 1000110 | 11011111 | 11101100 | 1000110 | 110 | 0 | 111 | 10111001 | 1010001 | 111100 |
Color Harmonies of #46DFEC
Complementary color
Monochromatic Colors of #46DFEC
Black with #46DFEC
Text Example
Text Example
White with #46DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DFEC; }
p { color: rgb(70,223,236); }
H1.HeaderClassName
{
color: #46DFEC;
}
.AnyTagClassName
{
color: #46DFEC;
}
</style>
background-color css
<style>
a { background-color: #46DFEC; }
a { background-color: rgb(70,223,236); }
div.DivClassName
{
background-color: #46DFEC;
}
.BgClassName
{
background-color: #46DFEC;
}
</style>
border-color css
<style>
span { border-color: #46DFEC; }
span { border-color: rgb(70,223,236); }
td.TdClassName
{
border-color: #46DFEC;
}
.TagClassName
{
border-color: #46DFEC;
}
</style>