#47C6BF

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

Shades of Medium Turquoise #47C6BF

Tints of Medium Turquoise #47C6BF

Color information

#47C6BF (or 0x47C6BF) is unknown color: approx Medium Turquoise. HEX triplet: 47, C6 and BF. RGB value is (71,198,191). Sum of RGB (Red+Green+Blue) = 71+198+191=460 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.43% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 198 - color contains mainly: green. Hex color #47C6BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C6BF is #B83940. Grayscale: #9F9F9F. Windows color (decimal): -12073281 or 12568135. OLE color: 12568135.

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

Color convert

RGB71198191-
CMYK0.6400.040.22
HSL176.69º52.7%52.75%-
HSV(B)176.69º64.14%77.65%-
XYZ32.245.4956.37-
YUV159.23145.9265.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.43%
GREEN value IS 198 (77.73% from 255) = 43.04%
BLUE value IS 191 (75% from 255) = 41.52%
R=15.43%
G=43.04%
B=41.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal711981910.6400.040.22176.6952.752.75
Hex47C6BF400416b13535
Octal10730627710004262616565
Binary10001111100011010111111100000001001011010110001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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