#47FACF

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

Shades of Turquoise #47FACF

Tints of Turquoise #47FACF

Color information

#47FACF (or 0x47FACF) is unknown color: approx Turquoise. HEX triplet: 47, FA and CF. RGB value is (71,250,207). Sum of RGB (Red+Green+Blue) = 71+250+207=528 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.45% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #47FACF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FACF is #B80530. Grayscale: #BFBFBF. Windows color (decimal): -12059953 or 13630023. OLE color: 13630023.

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

Color convert

RGB71250207-
CMYK0.7200.170.02
HSL165.59º94.71%62.94%-
HSV(B)165.59º71.6%98.04%-
XYZ48.0574.2270.82-
YUV191.58136.742-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.45%
GREEN value IS 250 (98.05% from 255) = 47.35%
BLUE value IS 207 (81.25% from 255) = 39.20%
R=13.45%
G=47.35%
B=39.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal712502070.7200.170.02165.5994.7162.94
Hex47FACF480112a65f3f
Octal107372317110021224613777
Binary10001111111101011001111100100001000110101001101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47FACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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