#47C8C3

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

Shades of Medium Turquoise #47C8C3

Tints of Medium Turquoise #47C8C3

Color information

#47C8C3 (or 0x47C8C3) is unknown color: approx Medium Turquoise. HEX triplet: 47, C8 and C3. RGB value is (71,200,195). Sum of RGB (Red+Green+Blue) = 71+200+195=466 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.24% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 200 - color contains mainly: green. Hex color #47C8C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C8C3 is #B8373C. Grayscale: #A0A0A0. Windows color (decimal): -12072765 or 12830791. OLE color: 12830791.

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

Color convert

RGB71200195-
CMYK0.6400.020.22
HSL177.67º53.97%53.14%-
HSV(B)177.67º64.5%78.43%-
XYZ33.146.5958.88-
YUV160.86147.2663.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.24%
GREEN value IS 200 (78.52% from 255) = 42.92%
BLUE value IS 195 (76.56% from 255) = 41.85%
R=15.24%
G=42.92%
B=41.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal712001950.6400.020.22177.6753.9753.14
Hex47C8C3400216b23635
Octal10731030310002262626665
Binary1000111110010001100001110000000101011010110010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C8C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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