#46E2F7

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

Shades of Turquoise Blue #46E2F7

Tints of Turquoise Blue #46E2F7

Color information

#46E2F7 (or 0x46E2F7) is unknown color: approx Turquoise Blue. HEX triplet: 46, E2 and F7. RGB value is (70,226,247). Sum of RGB (Red+Green+Blue) = 70+226+247=543 (71% of max value = 765). Red value is 70 (27.73% from 255 or 12.89% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 247 (96.88% from 255 or 45.49% from 543); Max value from RGB is 247 - color contains mainly: blue. Hex color #46E2F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46E2F7 is #B91D08. Grayscale: #B5B5B5. Windows color (decimal): -12131593 or 16245318. OLE color: 16245318.

HSL color Cylindrical-coordinate representation of color #46E2F7: hue angle of 187.12º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46E2F7 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB70226247-
CMYK0.720.0900.03
HSL187.12º91.71%62.16%-
HSV(B)187.12º71.66%96.86%-
XYZ46.5162.4197.59-
YUV181.75164.8248.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.89%
GREEN value IS 226 (88.67% from 255) = 41.62%
BLUE value IS 247 (96.88% from 255) = 45.49%
R=12.89%
G=41.62%
B=45.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal702262470.720.0900.03187.1291.7162.16
Hex46E2F748903bb5c3e
Octal106342367110110327313476
Binary1000110111000101111011110010001001011101110111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,226,247); }

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

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

 a { background-color: rgb(70,226,247); }

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

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

 span { border-color: rgb(70,226,247); }

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