Shades of Turquoise Blue #46E8FD
Tints of Turquoise Blue #46E8FD
RGB
CMYK
RGB Variations
Color information
#46E8FD (or 0x46E8FD) is known color: Turquoise Blue. HEX triplet: 46, E8 and FD. RGB value is (70,232,253). Sum of RGB (Red+Green+Blue) = 70+232+253=555 (73% of max value = 765). Red value is 70 (27.73% from 255 or 12.61% from 555); Green value is 232 (91.02% from 255 or 41.80% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #46E8FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46E8FD is #B91702. Grayscale: #B9B9B9. Windows color (decimal): -12130051 or 16640070. OLE color: 16640070.
HSL color Cylindrical-coordinate representation of color #46E8FD: hue angle of 186.89º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46E8FD is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 232 | 253 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.01 |
| HSL | 186.89º | 0.98% | 0.63% | - |
| HSV(B) | 186.89º | 0.72% | 0.99% | - |
| XYZ | 49.11 | 66.11 | 103.1 | - |
| YUV | 185.96 | 165.83 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 232 | 253 | 0.72 | 0.08 | 0 | 0.01 | 186.89 | 0.98 | 0.63 |
| Hex | 46 | E8 | FD | 48 | 8 | 0 | 1 | BB | 62 | 3F |
| Octal | 106 | 350 | 375 | 110 | 10 | 0 | 1 | 273 | 142 | 77 |
| Binary | 1000110 | 11101000 | 11111101 | 1001000 | 1000 | 0 | 1 | 10111011 | 1100010 | 111111 |
Color Harmonies of #46E8FD
Complementary color
Monochromatic Colors of #46E8FD
Black with #46E8FD
Text Example
Text Example
White with #46E8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E8FD; }
p { color: rgb(70,232,253); }
H1.HeaderClassName
{
color: #46E8FD;
}
.AnyTagClassName
{
color: #46E8FD;
}
</style>
background-color css
<style>
a { background-color: #46E8FD; }
a { background-color: rgb(70,232,253); }
div.DivClassName
{
background-color: #46E8FD;
}
.BgClassName
{
background-color: #46E8FD;
}
</style>
border-color css
<style>
span { border-color: #46E8FD; }
span { border-color: rgb(70,232,253); }
td.TdClassName
{
border-color: #46E8FD;
}
.TagClassName
{
border-color: #46E8FD;
}
</style>