#47C4D0

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

Shades of Medium Turquoise #47C4D0

Tints of Medium Turquoise #47C4D0

Color information

#47C4D0 (or 0x47C4D0) is unknown color: approx Medium Turquoise. HEX triplet: 47, C4 and D0. RGB value is (71,196,208). Sum of RGB (Red+Green+Blue) = 71+196+208=475 (62% of max value = 765). Red value is 71 (28.12% from 255 or 14.95% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 208 - color contains mainly: blue. Hex color #47C4D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C4D0 is #B83B2F. Grayscale: #9F9F9F. Windows color (decimal): -12073776 or 13681735. OLE color: 13681735.

HSL color Cylindrical-coordinate representation of color #47C4D0: hue angle of 185.26º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47C4D0 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB71196208-
CMYK0.660.0600.18
HSL185.26º59.31%54.71%-
HSV(B)185.26º65.87%81.57%-
XYZ33.7245.3766.66-
YUV159.99155.0964.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.95%
GREEN value IS 196 (76.95% from 255) = 41.26%
BLUE value IS 208 (81.64% from 255) = 43.79%
R=14.95%
G=41.26%
B=43.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal711962080.660.0600.18185.2659.3154.71
Hex47C4D0426012b93b37
Octal10730432010260222717367
Binary10001111100010011010000100001011001001010111001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,196,208); }

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

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

 a { background-color: rgb(71,196,208); }

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

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

 span { border-color: rgb(71,196,208); }

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