#47FAAC

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

Shades of Turquoise #47FAAC

Tints of Turquoise #47FAAC

Color information

#47FAAC (or 0x47FAAC) is unknown color: approx Turquoise. HEX triplet: 47, FA and AC. RGB value is (71,250,172). Sum of RGB (Red+Green+Blue) = 71+250+172=493 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.40% from 493); Green value is 250 (98.05% from 255 or 50.71% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 250 - color contains mainly: green. Hex color #47FAAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47FAAC is #B80553. Grayscale: #BBBBBB. Windows color (decimal): -12059988 or 11336263. OLE color: 11336263.

HSL color Cylindrical-coordinate representation of color #47FAAC: hue angle of 153.85º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FAAC is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB71250172-
CMYK0.7200.310.02
HSL153.85º94.71%62.94%-
HSV(B)153.85º71.6%98.04%-
XYZ44.2372.6950.73-
YUV187.59119.244.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.40%
GREEN value IS 250 (98.05% from 255) = 50.71%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=14.40%
G=50.71%
B=34.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal712501720.7200.310.02153.8594.7162.94
Hex47FAAC4801F29a5f3f
Octal107372254110037223213777
Binary10001111111101010101100100100001111110100110101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47FAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,250,172); }

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

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

 a { background-color: rgb(71,250,172); }

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

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

 span { border-color: rgb(71,250,172); }

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