#47C8B5

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

Shades of Medium Turquoise #47C8B5

Tints of Medium Turquoise #47C8B5

Color information

#47C8B5 (or 0x47C8B5) is unknown color: approx Medium Turquoise. HEX triplet: 47, C8 and B5. RGB value is (71,200,181). Sum of RGB (Red+Green+Blue) = 71+200+181=452 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.71% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 200 - color contains mainly: green. Hex color #47C8B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C8B5 is #B8374A. Grayscale: #9F9F9F. Windows color (decimal): -12072779 or 11913287. OLE color: 11913287.

HSL color Cylindrical-coordinate representation of color #47C8B5: hue angle of 171.16º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C8B5 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB71200181-
CMYK0.6400.090.22
HSL171.16º53.97%53.14%-
HSV(B)171.16º64.5%78.43%-
XYZ31.5945.9850.93-
YUV159.26140.2665.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.71%
GREEN value IS 200 (78.52% from 255) = 44.25%
BLUE value IS 181 (71.09% from 255) = 40.04%
R=15.71%
G=44.25%
B=40.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal712001810.6400.090.22171.1653.9753.14
Hex47C8B5400916ab3635
Octal107310265100011262536665
Binary100011111001000101101011000000010011011010101011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,200,181); }

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

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

 a { background-color: rgb(71,200,181); }

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

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

 span { border-color: rgb(71,200,181); }

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