#47CAB3

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

Shades of Medium Turquoise #47CAB3

Tints of Medium Turquoise #47CAB3

Color information

#47CAB3 (or 0x47CAB3) is unknown color: approx Medium Turquoise. HEX triplet: 47, CA and B3. RGB value is (71,202,179). Sum of RGB (Red+Green+Blue) = 71+202+179=452 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.71% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 179 (70.31% from 255 or 39.60% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #47CAB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CAB3 is #B8354C. Grayscale: #A0A0A0. Windows color (decimal): -12072269 or 11782727. OLE color: 11782727.

HSL color Cylindrical-coordinate representation of color #47CAB3: hue angle of 169.47º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CAB3 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB71202179-
CMYK0.6500.110.21
HSL169.47º55.27%53.53%-
HSV(B)169.47º64.85%79.22%-
XYZ31.8646.8450.01-
YUV160.21138.664.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.71%
GREEN value IS 202 (79.30% from 255) = 44.69%
BLUE value IS 179 (70.31% from 255) = 39.60%
R=15.71%
G=44.69%
B=39.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal712021790.6500.110.21169.4755.2753.53
Hex47CAB3410B15a93736
Octal107312263101013252516766
Binary100011111001010101100111000001010111010110101001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,202,179); }

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

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

 a { background-color: rgb(71,202,179); }

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

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

 span { border-color: rgb(71,202,179); }

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