#47F4C3

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

Shades of Turquoise #47F4C3

Tints of Turquoise #47F4C3

Color information

#47F4C3 (or 0x47F4C3) is unknown color: approx Turquoise. HEX triplet: 47, F4 and C3. RGB value is (71,244,195). Sum of RGB (Red+Green+Blue) = 71+244+195=510 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.92% from 510); Green value is 244 (95.70% from 255 or 47.84% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 244 - color contains mainly: green. Hex color #47F4C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F4C3 is #B80B3C. Grayscale: #BABABA. Windows color (decimal): -12061501 or 12842055. OLE color: 12842055.

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

Color convert

RGB71244195-
CMYK0.7100.200.04
HSL163.01º88.72%61.76%-
HSV(B)163.01º70.9%95.69%-
XYZ44.869.9862.78-
YUV186.69132.6945.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.92%
GREEN value IS 244 (95.70% from 255) = 47.84%
BLUE value IS 195 (76.56% from 255) = 38.24%
R=13.92%
G=47.84%
B=38.24%

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
Decimal712441950.7100.200.04163.0188.7261.76
Hex47F4C3470144a3593e
Octal107364303107024424313176
Binary100011111110100110000111000111010100100101000111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47F4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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