#47E5B2

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

Shades of Turquoise #47E5B2

Tints of Turquoise #47E5B2

Color information

#47E5B2 (or 0x47E5B2) is unknown color: approx Turquoise. HEX triplet: 47, E5 and B2. RGB value is (71,229,178). Sum of RGB (Red+Green+Blue) = 71+229+178=478 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.85% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 229 - color contains mainly: green. Hex color #47E5B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47E5B2 is #B81A4D. Grayscale: #AFAFAF. Windows color (decimal): -12065358 or 11724103. OLE color: 11724103.

HSL color Cylindrical-coordinate representation of color #47E5B2: hue angle of 160.63º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E5B2 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB71229178-
CMYK0.6900.220.10
HSL160.63º75.24%58.82%-
HSV(B)160.63º69%89.8%-
XYZ38.6560.5951.78-
YUV175.94129.1553.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.85%
GREEN value IS 229 (89.84% from 255) = 47.91%
BLUE value IS 178 (69.92% from 255) = 37.24%
R=14.85%
G=47.91%
B=37.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal712291780.6900.220.10160.6375.2458.82
Hex47E5B245016Aa14b3b
Octal1073452621050261224111373
Binary1000111111001011011001010001010101101010101000011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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