#47C2D4

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

Shades of Medium Turquoise #47C2D4

Tints of Medium Turquoise #47C2D4

Color information

#47C2D4 (or 0x47C2D4) is unknown color: approx Medium Turquoise. HEX triplet: 47, C2 and D4. RGB value is (71,194,212). Sum of RGB (Red+Green+Blue) = 71+194+212=477 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.88% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 212 - color contains mainly: blue. Hex color #47C2D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C2D4 is #B83D2B. Grayscale: #9F9F9F. Windows color (decimal): -12074284 or 13943367. OLE color: 13943367.

HSL color Cylindrical-coordinate representation of color #47C2D4: hue angle of 187.66º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47C2D4 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB71194212-
CMYK0.670.0800.17
HSL187.66º62.11%55.49%-
HSV(B)187.66º66.51%83.14%-
XYZ33.7744.6869.13-
YUV159.28157.7565.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.88%
GREEN value IS 194 (76.17% from 255) = 40.67%
BLUE value IS 212 (83.20% from 255) = 44.44%
R=14.88%
G=40.67%
B=44.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal711942120.670.0800.17187.6662.1155.49
Hex47C2D4438011bc3e37
Octal107302324103100212747667
Binary100011111000010110101001000011100001000110111100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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