#47CACC

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

Shades of Medium Turquoise #47CACC

Tints of Medium Turquoise #47CACC

Color information

#47CACC (or 0x47CACC) is unknown color: approx Medium Turquoise. HEX triplet: 47, CA and CC. RGB value is (71,202,204). Sum of RGB (Red+Green+Blue) = 71+202+204=477 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.88% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #47CACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CACC is #B83533. Grayscale: #A2A2A2. Windows color (decimal): -12072244 or 13421127. OLE color: 13421127.

HSL color Cylindrical-coordinate representation of color #47CACC: hue angle of 180.9º degrees, saturation: 0.57, 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 #47CACC is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB71202204-
CMYK0.650.0100.2
HSL180.9º56.6%53.92%-
HSV(B)180.9º65.2%80%-
XYZ34.6247.9464.56-
YUV163.06151.162.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.88%
GREEN value IS 202 (79.30% from 255) = 42.35%
BLUE value IS 204 (80.08% from 255) = 42.77%
R=14.88%
G=42.35%
B=42.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal712022040.650.0100.2180.956.653.92
Hex47CACC411014b53936
Octal10731231410110242657166
Binary100011111001010110011001000001101010010110101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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