#47E4FC

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

Shades of Turquoise Blue #47E4FC

Tints of Turquoise Blue #47E4FC

Color information

#47E4FC (or 0x47E4FC) is unknown color: approx Turquoise Blue. HEX triplet: 47, E4 and FC. RGB value is (71,228,252). Sum of RGB (Red+Green+Blue) = 71+228+252=551 (72% of max value = 765). Red value is 71 (28.12% from 255 or 12.89% from 551); Green value is 228 (89.45% from 255 or 41.38% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #47E4FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47E4FC is #B81B03. Grayscale: #B7B7B7. Windows color (decimal): -12065540 or 16573511. OLE color: 16573511.

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

Color convert

RGB71228252-
CMYK0.720.1000.01
HSL187.96º96.79%63.33%-
HSV(B)187.96º71.83%98.82%-
XYZ47.9163.85101.9-
YUV183.79166.4947.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 12.89%
GREEN value IS 228 (89.45% from 255) = 41.38%
BLUE value IS 252 (98.83% from 255) = 45.74%
R=12.89%
G=41.38%
B=45.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal712282520.720.1000.01187.9696.7963.33
Hex47E4FC48A01bc613f
Octal107344374110120127414177
Binary100011111100100111111001001000101001101111001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,228,252); }

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

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

 a { background-color: rgb(71,228,252); }

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

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

 span { border-color: rgb(71,228,252); }

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