#47C3BD

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

Shades of Medium Turquoise #47C3BD

Tints of Medium Turquoise #47C3BD

Color information

#47C3BD (or 0x47C3BD) is unknown color: approx Medium Turquoise. HEX triplet: 47, C3 and BD. RGB value is (71,195,189). Sum of RGB (Red+Green+Blue) = 71+195+189=455 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.60% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #47C3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C3BD is #B83C42. Grayscale: #9D9D9D. Windows color (decimal): -12074051 or 12436295. OLE color: 12436295.

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

Color convert

RGB71195189-
CMYK0.6400.030.24
HSL177.1º50.82%52.16%-
HSV(B)177.1º63.59%76.47%-
XYZ31.344.0455-
YUV157.24145.9266.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.60%
GREEN value IS 195 (76.56% from 255) = 42.86%
BLUE value IS 189 (74.22% from 255) = 41.54%
R=15.60%
G=42.86%
B=41.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal711951890.6400.030.24177.150.8252.16
Hex47C3BD400318b13334
Octal10730327510003302616364
Binary1000111110000111011110110000000111100010110001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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