Shades of Turquoise #46E2EF
Tints of Turquoise #46E2EF
RGB
CMYK
RGB Variations
Color information
#46E2EF (or 0x46E2EF) is known color: Turquoise. HEX triplet: 46, E2 and EF. RGB value is (70,226,239). Sum of RGB (Red+Green+Blue) = 70+226+239=535 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.08% from 535); Green value is 226 (88.67% from 255 or 42.24% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #46E2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46E2EF is #B91D10. Grayscale: #B4B4B4. Windows color (decimal): -12131601 or 15721030. OLE color: 15721030.
HSL color Cylindrical-coordinate representation of color #46E2EF: hue angle of 184.62º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46E2EF is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 226 | 239 | - |
| CMYK | 0.71 | 0.05 | 0 | 0.06 |
| HSL | 184.62º | 0.84% | 0.61% | - |
| HSV(B) | 184.62º | 0.71% | 0.94% | - |
| XYZ | 45.3 | 61.93 | 91.23 | - |
| YUV | 180.84 | 160.82 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 226 | 239 | 0.71 | 0.05 | 0 | 0.06 | 184.62 | 0.84 | 0.61 |
| Hex | 46 | E2 | EF | 47 | 5 | 0 | 6 | B9 | 54 | 3D |
| Octal | 106 | 342 | 357 | 107 | 5 | 0 | 6 | 271 | 124 | 75 |
| Binary | 1000110 | 11100010 | 11101111 | 1000111 | 101 | 0 | 110 | 10111001 | 1010100 | 111101 |
Color Harmonies of #46E2EF
Complementary color
Monochromatic Colors of #46E2EF
Black with #46E2EF
Text Example
Text Example
White with #46E2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E2EF; }
p { color: rgb(70,226,239); }
H1.HeaderClassName
{
color: #46E2EF;
}
.AnyTagClassName
{
color: #46E2EF;
}
</style>
background-color css
<style>
a { background-color: #46E2EF; }
a { background-color: rgb(70,226,239); }
div.DivClassName
{
background-color: #46E2EF;
}
.BgClassName
{
background-color: #46E2EF;
}
</style>
border-color css
<style>
span { border-color: #46E2EF; }
span { border-color: rgb(70,226,239); }
td.TdClassName
{
border-color: #46E2EF;
}
.TagClassName
{
border-color: #46E2EF;
}
</style>