#46E9F9

Color #46E9F9 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #46E9F9

Tints of Turquoise Blue #46E9F9

Color information

#46E9F9 (or 0x46E9F9) is unknown color: approx Turquoise Blue. HEX triplet: 46, E9 and F9. RGB value is (70,233,249). Sum of RGB (Red+Green+Blue) = 70+233+249=552 (73% of max value = 765). Red value is 70 (27.73% from 255 or 12.68% from 552); Green value is 233 (91.41% from 255 or 42.21% from 552); Blue value is 249 (97.66% from 255 or 45.11% from 552); Max value from RGB is 249 - color contains mainly: blue. Hex color #46E9F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46E9F9 is #B91606. Grayscale: #B9B9B9. Windows color (decimal): -12129799 or 16378182. OLE color: 16378182.

HSL color Cylindrical-coordinate representation of color #46E9F9: hue angle of 185.36º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46E9F9 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB70233249-
CMYK0.720.0600.02
HSL185.36º93.72%62.55%-
HSV(B)185.36º71.89%97.65%-
XYZ48.7666.4299.87-
YUV186.09163.545.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 12.68%
GREEN value IS 233 (91.41% from 255) = 42.21%
BLUE value IS 249 (97.66% from 255) = 45.11%
R=12.68%
G=42.21%
B=45.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal702332490.720.0600.02185.3693.7262.55
Hex46E9F948602b95e3f
Octal10635137111060227113677
Binary100011011101001111110011001000110010101110011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46E9F9; }

 p { color: rgb(70,233,249); }

 H1.HeaderClassName
 {
   color: #46E9F9;
 }
 .AnyTagClassName
 {
   color: #46E9F9;
 }
</style>
background-color css

<style>
 a { background-color: #46E9F9; }

 a { background-color: rgb(70,233,249); }

 div.DivClassName
 {
   background-color: #46E9F9;
 }
 .BgClassName
 {
   background-color: #46E9F9;
 }
</style>
border-color css

<style>
 span { border-color: #46E9F9; }

 span { border-color: rgb(70,233,249); }

 td.TdClassName
 {
   border-color: #46E9F9;
 }
 .TagClassName
 {
   border-color: #46E9F9;
 }
</style>