#47F4C0

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

Shades of Turquoise #47F4C0

Tints of Turquoise #47F4C0

Color information

#47F4C0 (or 0x47F4C0) is unknown color: approx Turquoise. HEX triplet: 47, F4 and C0. RGB value is (71,244,192). Sum of RGB (Red+Green+Blue) = 71+244+192=507 (67% of max value = 765). Red value is 71 (28.12% from 255 or 14.00% from 507); Green value is 244 (95.70% from 255 or 48.13% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 244 - color contains mainly: green. Hex color #47F4C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F4C0 is #B80B3F. Grayscale: #BABABA. Windows color (decimal): -12061504 or 12645447. OLE color: 12645447.

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

Color convert

RGB71244192-
CMYK0.7100.210.04
HSL161.97º88.72%61.76%-
HSV(B)161.97º70.9%95.69%-
XYZ44.4669.8561.01-
YUV186.34131.1945.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.00%
GREEN value IS 244 (95.70% from 255) = 48.13%
BLUE value IS 192 (75.39% from 255) = 37.87%
R=14.00%
G=48.13%
B=37.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal712441920.7100.210.04161.9788.7261.76
Hex47F4C0470154a2593e
Octal107364300107025424213176
Binary100011111110100110000001000111010101100101000101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47F4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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