#47C2C4

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

Shades of Medium Turquoise #47C2C4

Tints of Medium Turquoise #47C2C4

Color information

#47C2C4 (or 0x47C2C4) is unknown color: approx Medium Turquoise. HEX triplet: 47, C2 and C4. RGB value is (71,194,196). Sum of RGB (Red+Green+Blue) = 71+194+196=461 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.40% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 196 (76.95% from 255 or 42.52% from 461); Max value from RGB is 196 - color contains mainly: blue. Hex color #47C2C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C2C4 is #B83D3B. Grayscale: #9D9D9D. Windows color (decimal): -12074300 or 12894791. OLE color: 12894791.

HSL color Cylindrical-coordinate representation of color #47C2C4: hue angle of 180.96º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C2C4 is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB71194196-
CMYK0.640.0100.23
HSL180.96º51.44%52.35%-
HSV(B)180.96º63.78%76.86%-
XYZ31.8543.9159.02-
YUV157.45149.7566.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.40%
GREEN value IS 194 (76.17% from 255) = 42.08%
BLUE value IS 196 (76.95% from 255) = 42.52%
R=15.40%
G=42.08%
B=42.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal711941960.640.0100.23180.9651.4452.35
Hex47C2C4401017b53334
Octal10730230410010272656364
Binary100011111000010110001001000000101011110110101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,194,196); }

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

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

 a { background-color: rgb(71,194,196); }

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

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

 span { border-color: rgb(71,194,196); }

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