#47d8c0

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

Shades of Medium Turquoise #47D8C0

Tints of Medium Turquoise #47D8C0

Color information

#47D8C0 (or 0x47D8C0) is unknown color: approx Medium Turquoise. HEX triplet: 47, D8 and C0. RGB value is (71,216,192). Sum of RGB (Red+Green+Blue) = 71+216+192=479 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.82% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 216 - color contains mainly: green. Hex color #47D8C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D8C0 is #B8273F. Grayscale: #A9A9A9. Windows color (decimal): -12068672 or 12638279. OLE color: 12638279.

HSL color Cylindrical-coordinate representation of color #47D8C0: hue angle of 170.07º 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 #47D8C0 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB71216192-
CMYK0.6700.110.15
HSL170.07º65.02%56.27%-
HSV(B)170.07º67.13%84.71%-
XYZ36.6754.2658.41-
YUV169.91140.4657.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.82%
GREEN value IS 216 (84.77% from 255) = 45.09%
BLUE value IS 192 (75.39% from 255) = 40.08%
R=14.82%
G=45.09%
B=40.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal712161920.6700.110.15170.0765.0256.27
Hex47D8C0430BFaa4138
Octal1073303001030131725210170
Binary100011111011000110000001000011010111111101010101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47d8c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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