#46EAF9

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

Shades of Turquoise Blue #46EAF9

Tints of Turquoise Blue #46EAF9

Color information

#46EAF9 (or 0x46EAF9) is unknown color: approx Turquoise Blue. HEX triplet: 46, EA and F9. RGB value is (70,234,249). Sum of RGB (Red+Green+Blue) = 70+234+249=553 (73% of max value = 765). Red value is 70 (27.73% from 255 or 12.66% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 249 (97.66% from 255 or 45.03% from 553); Max value from RGB is 249 - color contains mainly: blue. Hex color #46EAF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46EAF9 is #B91506. Grayscale: #BABABA. Windows color (decimal): -12129543 or 16378438. OLE color: 16378438.

HSL color Cylindrical-coordinate representation of color #46EAF9: hue angle of 185.03º 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 #46EAF9 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB70234249-
CMYK0.720.0600.02
HSL185.03º93.72%62.55%-
HSV(B)185.03º71.89%97.65%-
XYZ49.0566.9999.97-
YUV186.67163.1744.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.66%
GREEN value IS 234 (91.80% from 255) = 42.31%
BLUE value IS 249 (97.66% from 255) = 45.03%
R=12.66%
G=42.31%
B=45.03%

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
Decimal702342490.720.0600.02185.0393.7262.55
Hex46EAF948602b95e3f
Octal10635237111060227113677
Binary100011011101010111110011001000110010101110011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46EAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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