#47F4C2

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

Shades of Turquoise #47F4C2

Tints of Turquoise #47F4C2

Color information

#47F4C2 (or 0x47F4C2) is unknown color: approx Turquoise. HEX triplet: 47, F4 and C2. RGB value is (71,244,194). Sum of RGB (Red+Green+Blue) = 71+244+194=509 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.95% from 509); Green value is 244 (95.70% from 255 or 47.94% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 244 - color contains mainly: green. Hex color #47F4C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F4C2 is #B80B3D. Grayscale: #BABABA. Windows color (decimal): -12061502 or 12776519. OLE color: 12776519.

HSL color Cylindrical-coordinate representation of color #47F4C2: hue angle of 162.66º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F4C2 is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB71244194-
CMYK0.7100.200.04
HSL162.66º88.72%61.76%-
HSV(B)162.66º70.9%95.69%-
XYZ44.6969.9462.18-
YUV186.57132.1945.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.95%
GREEN value IS 244 (95.70% from 255) = 47.94%
BLUE value IS 194 (76.17% from 255) = 38.11%
R=13.95%
G=47.94%
B=38.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal712441940.7100.200.04162.6688.7261.76
Hex47F4C2470144a3593e
Octal107364302107024424313176
Binary100011111110100110000101000111010100100101000111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47F4C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,244,194); }

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

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

 a { background-color: rgb(71,244,194); }

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

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

 span { border-color: rgb(71,244,194); }

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