#47C7D7

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

Shades of Medium Turquoise #47C7D7

Tints of Medium Turquoise #47C7D7

Color information

#47C7D7 (or 0x47C7D7) is unknown color: approx Medium Turquoise. HEX triplet: 47, C7 and D7. RGB value is (71,199,215). Sum of RGB (Red+Green+Blue) = 71+199+215=485 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.64% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: blue. Hex color #47C7D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C7D7 is #B83828. Grayscale: #A2A2A2. Windows color (decimal): -12073001 or 14141255. OLE color: 14141255.

HSL color Cylindrical-coordinate representation of color #47C7D7: hue angle of 186.67º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47C7D7 is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB71199215-
CMYK0.670.0700.16
HSL186.67º64.29%56.08%-
HSV(B)186.67º66.98%84.31%-
XYZ35.2947.0971.52-
YUV162.55157.5962.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.64%
GREEN value IS 199 (78.12% from 255) = 41.03%
BLUE value IS 215 (84.38% from 255) = 44.33%
R=14.64%
G=41.03%
B=44.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal711992150.670.0700.16186.6764.2956.08
Hex47C7D7437010bb4038
Octal107307327103702027310070
Binary100011111000111110101111000011111010000101110111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,199,215); }

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

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

 a { background-color: rgb(71,199,215); }

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

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

 span { border-color: rgb(71,199,215); }

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