#47C5CB

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

Shades of Medium Turquoise #47C5CB

Tints of Medium Turquoise #47C5CB

Color information

#47C5CB (or 0x47C5CB) is unknown color: approx Medium Turquoise. HEX triplet: 47, C5 and CB. RGB value is (71,197,203). Sum of RGB (Red+Green+Blue) = 71+197+203=471 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.07% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #47C5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C5CB is #B83A34. Grayscale: #9F9F9F. Windows color (decimal): -12073525 or 13354311. OLE color: 13354311.

HSL color Cylindrical-coordinate representation of color #47C5CB: hue angle of 182.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47C5CB is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB71197203-
CMYK0.650.0300.20
HSL182.73º55.93%53.73%-
HSV(B)182.73º65.02%79.61%-
XYZ33.3445.5863.54-
YUV160.01152.2664.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.07%
GREEN value IS 197 (77.34% from 255) = 41.83%
BLUE value IS 203 (79.69% from 255) = 43.10%
R=15.07%
G=41.83%
B=43.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal711972030.650.0300.20182.7355.9353.73
Hex47C5CB413014b73836
Octal10730531310130242677066
Binary1000111110001011100101110000011101010010110111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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