#47C2CC

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

Shades of Medium Turquoise #47C2CC

Tints of Medium Turquoise #47C2CC

Color information

#47C2CC (or 0x47C2CC) is unknown color: approx Medium Turquoise. HEX triplet: 47, C2 and CC. RGB value is (71,194,204). Sum of RGB (Red+Green+Blue) = 71+194+204=469 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.14% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #47C2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C2CC is #B83D33. Grayscale: #9E9E9E. Windows color (decimal): -12074292 or 13419079. OLE color: 13419079.

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

Color convert

RGB71194204-
CMYK0.650.0500.2
HSL184.51º56.6%53.92%-
HSV(B)184.51º65.2%80%-
XYZ32.7944.2863.95-
YUV158.36153.7565.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.14%
GREEN value IS 194 (76.17% from 255) = 41.36%
BLUE value IS 204 (80.08% from 255) = 43.50%
R=15.14%
G=41.36%
B=43.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal711942040.650.0500.2184.5156.653.92
Hex47C2CC415014b93936
Octal10730231410150242717166
Binary10001111100001011001100100000110101010010111001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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