#47FAC9

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

Shades of Turquoise #47FAC9

Tints of Turquoise #47FAC9

Color information

#47FAC9 (or 0x47FAC9) is unknown color: approx Turquoise. HEX triplet: 47, FA and C9. RGB value is (71,250,201). Sum of RGB (Red+Green+Blue) = 71+250+201=522 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.60% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #47FAC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FAC9 is #B80536. Grayscale: #BEBEBE. Windows color (decimal): -12059959 or 13236807. OLE color: 13236807.

HSL color Cylindrical-coordinate representation of color #47FAC9: hue angle of 163.58º 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 #47FAC9 is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB71250201-
CMYK0.7200.200.02
HSL163.58º94.71%62.94%-
HSV(B)163.58º71.6%98.04%-
XYZ47.3373.9367.03-
YUV190.89133.742.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.60%
GREEN value IS 250 (98.05% from 255) = 47.89%
BLUE value IS 201 (78.91% from 255) = 38.51%
R=13.60%
G=47.89%
B=38.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal712502010.7200.200.02163.5894.7162.94
Hex47FAC9480142a45f3f
Octal107372311110024224413777
Binary10001111111101011001001100100001010010101001001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47FAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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