#47E7E2

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

Shades of Turquoise #47E7E2

Tints of Turquoise #47E7E2

Color information

#47E7E2 (or 0x47E7E2) is unknown color: approx Turquoise. HEX triplet: 47, E7 and E2. RGB value is (71,231,226). Sum of RGB (Red+Green+Blue) = 71+231+226=528 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.45% from 528); Green value is 231 (90.62% from 255 or 43.75% from 528); Blue value is 226 (88.67% from 255 or 42.80% from 528); Max value from RGB is 231 - color contains mainly: green. Hex color #47E7E2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47E7E2 is #B8181D. Grayscale: #B6B6B6. Windows color (decimal): -12064798 or 14870343. OLE color: 14870343.

HSL color Cylindrical-coordinate representation of color #47E7E2: hue angle of 178.12º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E7E2 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB71231226-
CMYK0.6900.020.09
HSL178.12º76.92%59.22%-
HSV(B)178.12º69.26%90.59%-
XYZ44.963.9881.93-
YUV182.59152.4948.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.45%
GREEN value IS 231 (90.62% from 255) = 43.75%
BLUE value IS 226 (88.67% from 255) = 42.80%
R=13.45%
G=43.75%
B=42.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal712312260.6900.020.09178.1276.9259.22
Hex47E7E245029b24d3b
Octal107347342105021126211573
Binary1000111111001111110001010001010101001101100101001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E7E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,231,226); }

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

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

 a { background-color: rgb(71,231,226); }

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

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

 span { border-color: rgb(71,231,226); }

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