#47F7F1

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

Shades of Turquoise #47F7F1

Tints of Turquoise #47F7F1

Color information

#47F7F1 (or 0x47F7F1) is unknown color: approx Turquoise. HEX triplet: 47, F7 and F1. RGB value is (71,247,241). Sum of RGB (Red+Green+Blue) = 71+247+241=559 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.70% from 559); Green value is 247 (96.88% from 255 or 44.19% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 247 - color contains mainly: green. Hex color #47F7F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47F7F1 is #B8080E. Grayscale: #C1C1C1. Windows color (decimal): -12060687 or 15857479. OLE color: 15857479.

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

Color convert

RGB71247241-
CMYK0.7100.020.03
HSL177.95º91.67%62.35%-
HSV(B)177.95º71.26%96.86%-
XYZ51.7474.2194.82-
YUV193.69154.6940.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 12.70%
GREEN value IS 247 (96.88% from 255) = 44.19%
BLUE value IS 241 (94.53% from 255) = 43.11%
R=12.70%
G=44.19%
B=43.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal712472410.7100.020.03177.9591.6762.35
Hex47F7F147023b25c3e
Octal10736736110702326213476
Binary10001111111011111110001100011101011101100101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47F7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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