Shades of Turquoise #46F6E5
Tints of Turquoise #46F6E5
RGB
CMYK
RGB Variations
Color information
#46F6E5 (or 0x46F6E5) is known color: Turquoise. HEX triplet: 46, F6 and E5. RGB value is (70,246,229). Sum of RGB (Red+Green+Blue) = 70+246+229=545 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.84% from 545); Green value is 246 (96.48% from 255 or 45.14% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 246 - color contains mainly: green. Hex color #46F6E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46F6E5 is #B9091A. Grayscale: #BFBFBF. Windows color (decimal): -12126491 or 15070790. OLE color: 15070790.
HSL color Cylindrical-coordinate representation of color #46F6E5: hue angle of 174.2º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46F6E5 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 246 | 229 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.04 |
| HSL | 174.2º | 0.91% | 0.62% | - |
| HSV(B) | 174.2º | 0.72% | 0.96% | - |
| XYZ | 49.62 | 72.87 | 85.58 | - |
| YUV | 191.44 | 149.19 | 41.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 246 | 229 | 0.72 | 0 | 0.07 | 0.04 | 174.2 | 0.91 | 0.62 |
| Hex | 46 | F6 | E5 | 48 | 0 | 7 | 4 | AE | 5B | 3E |
| Octal | 106 | 366 | 345 | 110 | 0 | 7 | 4 | 256 | 133 | 76 |
| Binary | 1000110 | 11110110 | 11100101 | 1001000 | 0 | 111 | 100 | 10101110 | 1011011 | 111110 |
Color Harmonies of #46F6E5
Complementary color
Monochromatic Colors of #46F6E5
Black with #46F6E5
Text Example
Text Example
White with #46F6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F6E5; }
p { color: rgb(70,246,229); }
H1.HeaderClassName
{
color: #46F6E5;
}
.AnyTagClassName
{
color: #46F6E5;
}
</style>
background-color css
<style>
a { background-color: #46F6E5; }
a { background-color: rgb(70,246,229); }
div.DivClassName
{
background-color: #46F6E5;
}
.BgClassName
{
background-color: #46F6E5;
}
</style>
border-color css
<style>
span { border-color: #46F6E5; }
span { border-color: rgb(70,246,229); }
td.TdClassName
{
border-color: #46F6E5;
}
.TagClassName
{
border-color: #46F6E5;
}
</style>