#47D8D7

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

Shades of Medium Turquoise #47D8D7

Tints of Medium Turquoise #47D8D7

Color information

#47D8D7 (or 0x47D8D7) is unknown color: approx Medium Turquoise. HEX triplet: 47, D8 and D7. RGB value is (71,216,215). Sum of RGB (Red+Green+Blue) = 71+216+215=502 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.14% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 215 (84.38% from 255 or 42.83% from 502); Max value from RGB is 216 - color contains mainly: green. Hex color #47D8D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D8D7 is #B82728. Grayscale: #ACACAC. Windows color (decimal): -12068649 or 14145607. OLE color: 14145607.

HSL color Cylindrical-coordinate representation of color #47D8D7: hue angle of 179.59º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D8D7 is Cyan = 0.67, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB71216215-
CMYK0.6700.000.15
HSL179.59º65.02%56.27%-
HSV(B)179.59º67.13%84.71%-
XYZ39.4255.3672.9-
YUV172.53151.9655.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.14%
GREEN value IS 216 (84.77% from 255) = 43.03%
BLUE value IS 215 (84.38% from 255) = 42.83%
R=14.14%
G=43.03%
B=42.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal712162150.6700.000.15179.5965.0256.27
Hex47D8D74300Fb44138
Octal107330327103001726410170
Binary100011111011000110101111000011001111101101001000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47D8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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