#47C5BF

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

Shades of Medium Turquoise #47C5BF

Tints of Medium Turquoise #47C5BF

Color information

#47C5BF (or 0x47C5BF) is unknown color: approx Medium Turquoise. HEX triplet: 47, C5 and BF. RGB value is (71,197,191). Sum of RGB (Red+Green+Blue) = 71+197+191=459 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.47% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 197 - color contains mainly: green. Hex color #47C5BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C5BF is #B83A40. Grayscale: #9E9E9E. Windows color (decimal): -12073537 or 12567879. OLE color: 12567879.

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

Color convert

RGB71197191-
CMYK0.6400.030.23
HSL177.14º52.07%52.55%-
HSV(B)177.14º63.96%77.25%-
XYZ31.9745.0356.3-
YUV158.64146.2665.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.47%
GREEN value IS 197 (77.34% from 255) = 42.92%
BLUE value IS 191 (75% from 255) = 41.61%
R=15.47%
G=42.92%
B=41.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal711971910.6400.030.23177.1452.0752.55
Hex47C5BF400317b13435
Octal10730527710003272616465
Binary1000111110001011011111110000000111011110110001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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