#47CEB2

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

Shades of Medium Turquoise #47CEB2

Tints of Medium Turquoise #47CEB2

Color information

#47CEB2 (or 0x47CEB2) is unknown color: approx Medium Turquoise. HEX triplet: 47, CE and B2. RGB value is (71,206,178). Sum of RGB (Red+Green+Blue) = 71+206+178=455 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.60% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #47CEB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CEB2 is #B8314D. Grayscale: #A2A2A2. Windows color (decimal): -12071246 or 11718215. OLE color: 11718215.

HSL color Cylindrical-coordinate representation of color #47CEB2: hue angle of 167.56º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CEB2 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB71206178-
CMYK0.6600.140.19
HSL167.56º57.94%54.31%-
HSV(B)167.56º65.53%80.78%-
XYZ32.7148.749.8-
YUV162.44136.7762.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.60%
GREEN value IS 206 (80.86% from 255) = 45.27%
BLUE value IS 178 (69.92% from 255) = 39.12%
R=15.60%
G=45.27%
B=39.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal712061780.6600.140.19167.5657.9454.31
Hex47CEB2420E13a83a36
Octal107316262102016232507266
Binary100011111001110101100101000010011101001110101000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,206,178); }

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

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

 a { background-color: rgb(71,206,178); }

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

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

 span { border-color: rgb(71,206,178); }

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