#47C6C3

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

Shades of Medium Turquoise #47C6C3

Tints of Medium Turquoise #47C6C3

Color information

#47C6C3 (or 0x47C6C3) is unknown color: approx Medium Turquoise. HEX triplet: 47, C6 and C3. RGB value is (71,198,195). Sum of RGB (Red+Green+Blue) = 71+198+195=464 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.30% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 195 (76.56% from 255 or 42.03% from 464); Max value from RGB is 198 - color contains mainly: green. Hex color #47C6C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C6C3 is #B8393C. Grayscale: #9F9F9F. Windows color (decimal): -12073277 or 12830279. OLE color: 12830279.

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

Color convert

RGB71198195-
CMYK0.6400.020.22
HSL178.58º52.7%52.75%-
HSV(B)178.58º64.14%77.65%-
XYZ32.6445.6758.72-
YUV159.68147.9264.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.30%
GREEN value IS 198 (77.73% from 255) = 42.67%
BLUE value IS 195 (76.56% from 255) = 42.03%
R=15.30%
G=42.67%
B=42.03%

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
Decimal711981950.6400.020.22178.5852.752.75
Hex47C6C3400216b33535
Octal10730630310002262636565
Binary1000111110001101100001110000000101011010110011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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