#47e3fb

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

Shades of Turquoise Blue #47E3FB

Tints of Turquoise Blue #47E3FB

Color information

#47E3FB (or 0x47E3FB) is unknown color: approx Turquoise Blue. HEX triplet: 47, E3 and FB. RGB value is (71,227,251). Sum of RGB (Red+Green+Blue) = 71+227+251=549 (72% of max value = 765). Red value is 71 (28.12% from 255 or 12.93% from 549); Green value is 227 (89.06% from 255 or 41.35% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #47E3FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47E3FB is #B81C04. Grayscale: #B6B6B6. Windows color (decimal): -12065797 or 16507719. OLE color: 16507719.

HSL color Cylindrical-coordinate representation of color #47E3FB: hue angle of 188º degrees, saturation: 0.96, 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 #47E3FB is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB71227251-
CMYK0.720.1000.02
HSL188º95.74%63.14%-
HSV(B)188º71.71%98.43%-
XYZ47.4863.24100.97-
YUV183.09166.3248.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 12.93%
GREEN value IS 227 (89.06% from 255) = 41.35%
BLUE value IS 251 (98.44% from 255) = 45.72%
R=12.93%
G=41.35%
B=45.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal712272510.720.1000.0218895.7463.14
Hex47E3FB48A02bc603f
Octal107343373110120227414077
Binary1000111111000111111101110010001010010101111001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47e3fb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47e3fb; }

 p { color: rgb(71,227,251); }

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

<style>
 a { background-color: #47e3fb; }

 a { background-color: rgb(71,227,251); }

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

<style>
 span { border-color: #47e3fb; }

 span { border-color: rgb(71,227,251); }

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