#47e3ea

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

Shades of Turquoise #47E3EA

Tints of Turquoise #47E3EA

Color information

#47E3EA (or 0x47E3EA) is unknown color: approx Turquoise. HEX triplet: 47, E3 and EA. RGB value is (71,227,234). Sum of RGB (Red+Green+Blue) = 71+227+234=532 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.35% from 532); Green value is 227 (89.06% from 255 or 42.67% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #47E3EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47E3EA is #B81C15. Grayscale: #B4B4B4. Windows color (decimal): -12065814 or 15393607. OLE color: 15393607.

HSL color Cylindrical-coordinate representation of color #47E3EA: hue angle of 182.58º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47E3EA is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB71227234-
CMYK0.700.0300.08
HSL182.58º79.51%59.8%-
HSV(B)182.58º69.66%91.76%-
XYZ44.9262.2287.48-
YUV181.15157.8249.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.35%
GREEN value IS 227 (89.06% from 255) = 42.67%
BLUE value IS 234 (91.80% from 255) = 43.98%
R=13.35%
G=42.67%
B=43.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal712272340.700.0300.08182.5879.5159.8
Hex47E3EA46308b7503c
Octal107343352106301026712074
Binary1000111111000111110101010001101101000101101111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47e3ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,227,234); }

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

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

 a { background-color: rgb(71,227,234); }

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

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

 span { border-color: rgb(71,227,234); }

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