#47F7AF

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

Shades of Turquoise #47F7AF

Tints of Turquoise #47F7AF

Color information

#47F7AF (or 0x47F7AF) is unknown color: approx Turquoise. HEX triplet: 47, F7 and AF. RGB value is (71,247,175). Sum of RGB (Red+Green+Blue) = 71+247+175=493 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.40% from 493); Green value is 247 (96.88% from 255 or 50.10% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 247 - color contains mainly: green. Hex color #47F7AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47F7AF is #B80850. Grayscale: #BABABA. Windows color (decimal): -12060753 or 11532103. OLE color: 11532103.

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

Color convert

RGB71247175-
CMYK0.7100.290.03
HSL155.45º91.67%62.35%-
HSV(B)155.45º71.26%96.86%-
XYZ43.670.9651.96-
YUV186.17121.6945.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.40%
GREEN value IS 247 (96.88% from 255) = 50.10%
BLUE value IS 175 (68.75% from 255) = 35.50%
R=14.40%
G=50.10%
B=35.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal712471750.7100.290.03155.4591.6762.35
Hex47F7AF4701D39b5c3e
Octal107367257107035323313476
Binary10001111111011110101111100011101110111100110111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47F7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,247,175); }

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

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

 a { background-color: rgb(71,247,175); }

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

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

 span { border-color: rgb(71,247,175); }

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