#47ECB5

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

Shades of Turquoise #47ECB5

Tints of Turquoise #47ECB5

Color information

#47ECB5 (or 0x47ECB5) is unknown color: approx Turquoise. HEX triplet: 47, EC and B5. RGB value is (71,236,181). Sum of RGB (Red+Green+Blue) = 71+236+181=488 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.55% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #47ECB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47ECB5 is #B8134A. Grayscale: #B4B4B4. Windows color (decimal): -12063563 or 11922503. OLE color: 11922503.

HSL color Cylindrical-coordinate representation of color #47ECB5: hue angle of 160º 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 #47ECB5 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB71236181-
CMYK0.7000.230.07
HSL160º81.28%60.2%-
HSV(B)160º69.92%92.55%-
XYZ40.9364.6754.04-
YUV180.4128.3449.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.55%
GREEN value IS 236 (92.58% from 255) = 48.36%
BLUE value IS 181 (71.09% from 255) = 37.09%
R=14.55%
G=48.36%
B=37.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal712361810.7000.230.0716081.2860.2
Hex47ECB5460177a0513c
Octal107354265106027724012174
Binary100011111101100101101011000110010111111101000001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47ECB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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