#47e4c5

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

Shades of Turquoise #47E4C5

Tints of Turquoise #47E4C5

Color information

#47E4C5 (or 0x47E4C5) is unknown color: approx Turquoise. HEX triplet: 47, E4 and C5. RGB value is (71,228,197). Sum of RGB (Red+Green+Blue) = 71+228+197=496 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.31% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 228 - color contains mainly: green. Hex color #47E4C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E4C5 is #B81B3A. Grayscale: #B1B1B1. Windows color (decimal): -12065595 or 12969031. OLE color: 12969031.

HSL color Cylindrical-coordinate representation of color #47E4C5: hue angle of 168.15º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E4C5 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB71228197-
CMYK0.6900.140.11
HSL168.15º74.41%58.63%-
HSV(B)168.15º68.86%89.41%-
XYZ40.4260.8662.44-
YUV177.52138.9952.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.31%
GREEN value IS 228 (89.45% from 255) = 45.97%
BLUE value IS 197 (77.34% from 255) = 39.72%
R=14.31%
G=45.97%
B=39.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal712281970.6900.140.11168.1574.4158.63
Hex47E4C5450EBa84a3b
Octal1073443051050161325011273
Binary100011111100100110001011000101011101011101010001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47e4c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,228,197); }

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

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

 a { background-color: rgb(71,228,197); }

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

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

 span { border-color: rgb(71,228,197); }

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