Shades of Turquoise #46F5E8
Tints of Turquoise #46F5E8
RGB
CMYK
RGB Variations
Color information
#46F5E8 (or 0x46F5E8) is known color: Turquoise. HEX triplet: 46, F5 and E8. RGB value is (70,245,232). Sum of RGB (Red+Green+Blue) = 70+245+232=547 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.80% from 547); Green value is 245 (96.09% from 255 or 44.79% from 547); Blue value is 232 (91.02% from 255 or 42.41% from 547); Max value from RGB is 245 - color contains mainly: green. Hex color #46F5E8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46F5E8 is #B90A17. Grayscale: #BFBFBF. Windows color (decimal): -12126744 or 15267142. OLE color: 15267142.
HSL color Cylindrical-coordinate representation of color #46F5E8: hue angle of 175.54º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46F5E8 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 245 | 232 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.04 |
| HSL | 175.54º | 0.9% | 0.62% | - |
| HSV(B) | 175.54º | 0.71% | 0.96% | - |
| XYZ | 49.74 | 72.43 | 87.7 | - |
| YUV | 191.19 | 151.02 | 41.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 245 | 232 | 0.71 | 0 | 0.05 | 0.04 | 175.54 | 0.9 | 0.62 |
| Hex | 46 | F5 | E8 | 47 | 0 | 5 | 4 | B0 | 5A | 3E |
| Octal | 106 | 365 | 350 | 107 | 0 | 5 | 4 | 260 | 132 | 76 |
| Binary | 1000110 | 11110101 | 11101000 | 1000111 | 0 | 101 | 100 | 10110000 | 1011010 | 111110 |
Color Harmonies of #46F5E8
Complementary color
Monochromatic Colors of #46F5E8
Black with #46F5E8
Text Example
Text Example
White with #46F5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F5E8; }
p { color: rgb(70,245,232); }
H1.HeaderClassName
{
color: #46F5E8;
}
.AnyTagClassName
{
color: #46F5E8;
}
</style>
background-color css
<style>
a { background-color: #46F5E8; }
a { background-color: rgb(70,245,232); }
div.DivClassName
{
background-color: #46F5E8;
}
.BgClassName
{
background-color: #46F5E8;
}
</style>
border-color css
<style>
span { border-color: #46F5E8; }
span { border-color: rgb(70,245,232); }
td.TdClassName
{
border-color: #46F5E8;
}
.TagClassName
{
border-color: #46F5E8;
}
</style>