#47cbb5

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

Shades of Medium Turquoise #47CBB5

Tints of Medium Turquoise #47CBB5

Color information

#47CBB5 (or 0x47CBB5) is unknown color: approx Medium Turquoise. HEX triplet: 47, CB and B5. RGB value is (71,203,181). Sum of RGB (Red+Green+Blue) = 71+203+181=455 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.60% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #47CBB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CBB5 is #B8344A. Grayscale: #A0A0A0. Windows color (decimal): -12072011 or 11914055. OLE color: 11914055.

HSL color Cylindrical-coordinate representation of color #47CBB5: hue angle of 170º 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 #47CBB5 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB71203181-
CMYK0.6500.110.20
HSL170º55.93%53.73%-
HSV(B)170º65.02%79.61%-
XYZ32.2947.3951.16-
YUV161.02139.2763.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.60%
GREEN value IS 203 (79.69% from 255) = 44.62%
BLUE value IS 181 (71.09% from 255) = 39.78%
R=15.60%
G=44.62%
B=39.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal712031810.6500.110.2017055.9353.73
Hex47CBB5410B14aa3836
Octal107313265101013242527066
Binary100011111001011101101011000001010111010010101010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47cbb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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