#47C7CA

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

Shades of Medium Turquoise #47C7CA

Tints of Medium Turquoise #47C7CA

Color information

#47C7CA (or 0x47C7CA) is unknown color: approx Medium Turquoise. HEX triplet: 47, C7 and CA. RGB value is (71,199,202). Sum of RGB (Red+Green+Blue) = 71+199+202=472 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.04% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #47C7CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C7CA is #B83835. Grayscale: #A0A0A0. Windows color (decimal): -12073014 or 13289287. OLE color: 13289287.

HSL color Cylindrical-coordinate representation of color #47C7CA: hue angle of 181.37º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47C7CA is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB71199202-
CMYK0.650.0100.21
HSL181.37º55.27%53.53%-
HSV(B)181.37º64.85%79.22%-
XYZ33.6846.4563.07-
YUV161.07151.0963.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.04%
GREEN value IS 199 (78.12% from 255) = 42.16%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=15.04%
G=42.16%
B=42.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal711992020.650.0100.21181.3755.2753.53
Hex47C7CA411015b53736
Octal10730731210110252656766
Binary100011111000111110010101000001101010110110101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,199,202); }

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

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

 a { background-color: rgb(71,199,202); }

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

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

 span { border-color: rgb(71,199,202); }

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