#47E5EC

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

Shades of Turquoise #47E5EC

Tints of Turquoise #47E5EC

Color information

#47E5EC (or 0x47E5EC) is unknown color: approx Turquoise. HEX triplet: 47, E5 and EC. RGB value is (71,229,236). Sum of RGB (Red+Green+Blue) = 71+229+236=536 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.25% from 536); Green value is 229 (89.84% from 255 or 42.72% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #47E5EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47E5EC is #B81A13. Grayscale: #B6B6B6. Windows color (decimal): -12065300 or 15525191. OLE color: 15525191.

HSL color Cylindrical-coordinate representation of color #47E5EC: hue angle of 182.55º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47E5EC is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB71229236-
CMYK0.700.0300.07
HSL182.55º81.28%60.2%-
HSV(B)182.55º69.92%92.55%-
XYZ45.7663.4389.19-
YUV182.56158.1548.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.25%
GREEN value IS 229 (89.84% from 255) = 42.72%
BLUE value IS 236 (92.58% from 255) = 44.03%
R=13.25%
G=42.72%
B=44.03%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal712292360.700.0300.07182.5581.2860.2
Hex47E5EC46307b7513c
Octal10734535410630726712174
Binary100011111100101111011001000110110111101101111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,229,236); }

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

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

 a { background-color: rgb(71,229,236); }

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

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

 span { border-color: rgb(71,229,236); }

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