#47EAB5

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

Shades of Turquoise #47EAB5

Tints of Turquoise #47EAB5

Color information

#47EAB5 (or 0x47EAB5) is unknown color: approx Turquoise. HEX triplet: 47, EA and B5. RGB value is (71,234,181). Sum of RGB (Red+Green+Blue) = 71+234+181=486 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.61% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #47EAB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EAB5 is #B8154A. Grayscale: #B3B3B3. Windows color (decimal): -12064075 or 11921991. OLE color: 11921991.

HSL color Cylindrical-coordinate representation of color #47EAB5: hue angle of 160.49º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47EAB5 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB71234181-
CMYK0.7000.230.08
HSL160.49º79.51%59.8%-
HSV(B)160.49º69.66%91.76%-
XYZ40.3663.5253.85-
YUV179.2212950.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.61%
GREEN value IS 234 (91.80% from 255) = 48.15%
BLUE value IS 181 (71.09% from 255) = 37.24%
R=14.61%
G=48.15%
B=37.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal712341810.7000.230.08160.4979.5159.8
Hex47EAB5460178a0503c
Octal1073522651060271024012074
Binary1000111111010101011010110001100101111000101000001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47EAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,234,181); }

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

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

 a { background-color: rgb(71,234,181); }

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

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

 span { border-color: rgb(71,234,181); }

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