#47F5AD

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

Shades of Turquoise #47F5AD

Tints of Turquoise #47F5AD

Color information

#47F5AD (or 0x47F5AD) is unknown color: approx Turquoise. HEX triplet: 47, F5 and AD. RGB value is (71,245,173). Sum of RGB (Red+Green+Blue) = 71+245+173=489 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.52% from 489); Green value is 245 (96.09% from 255 or 50.10% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 245 - color contains mainly: green. Hex color #47F5AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47F5AD is #B80A52. Grayscale: #B8B8B8. Windows color (decimal): -12061267 or 11400519. OLE color: 11400519.

HSL color Cylindrical-coordinate representation of color #47F5AD: hue angle of 155.17º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F5AD is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB71245173-
CMYK0.7100.290.04
HSL155.17º89.69%61.96%-
HSV(B)155.17º71.02%96.08%-
XYZ42.7969.6650.73-
YUV184.77121.3546.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.52%
GREEN value IS 245 (96.09% from 255) = 50.10%
BLUE value IS 173 (67.97% from 255) = 35.38%
R=14.52%
G=50.10%
B=35.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal712451730.7100.290.04155.1789.6961.96
Hex47F5AD4701D49b5a3e
Octal107365255107035423313276
Binary100011111110101101011011000111011101100100110111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47F5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,245,173); }

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

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

 a { background-color: rgb(71,245,173); }

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

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

 span { border-color: rgb(71,245,173); }

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