#47C1C3

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

Shades of Medium Turquoise #47C1C3

Tints of Medium Turquoise #47C1C3

Color information

#47C1C3 (or 0x47C1C3) is unknown color: approx Medium Turquoise. HEX triplet: 47, C1 and C3. RGB value is (71,193,195). Sum of RGB (Red+Green+Blue) = 71+193+195=459 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.47% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 195 - color contains mainly: blue. Hex color #47C1C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C1C3 is #B83E3C. Grayscale: #9C9C9C. Windows color (decimal): -12074557 or 12828999. OLE color: 12828999.

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

Color convert

RGB71193195-
CMYK0.640.0100.24
HSL180.97º50.82%52.16%-
HSV(B)180.97º63.59%76.47%-
XYZ31.5243.4258.35-
YUV156.75149.5866.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.47%
GREEN value IS 193 (75.78% from 255) = 42.05%
BLUE value IS 195 (76.56% from 255) = 42.48%
R=15.47%
G=42.05%
B=42.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal711931950.640.0100.24180.9750.8252.16
Hex47C1C3401018b53334
Octal10730130310010302656364
Binary100011111000001110000111000000101100010110101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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