#47E9E1

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

Shades of Turquoise #47E9E1

Tints of Turquoise #47E9E1

Color information

#47E9E1 (or 0x47E9E1) is unknown color: approx Turquoise. HEX triplet: 47, E9 and E1. RGB value is (71,233,225). Sum of RGB (Red+Green+Blue) = 71+233+225=529 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.42% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 225 (88.28% from 255 or 42.53% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #47E9E1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47E9E1 is #B8161E. Grayscale: #B7B7B7. Windows color (decimal): -12064287 or 14805319. OLE color: 14805319.

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

Color convert

RGB71233225-
CMYK0.7000.030.09
HSL177.04º78.64%59.61%-
HSV(B)177.04º69.53%91.37%-
XYZ45.3365.0581.4-
YUV183.65151.3347.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.42%
GREEN value IS 233 (91.41% from 255) = 44.05%
BLUE value IS 225 (88.28% from 255) = 42.53%
R=13.42%
G=44.05%
B=42.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal712332250.7000.030.09177.0478.6459.61
Hex47E9E146039b14f3c
Octal107351341106031126111774
Binary1000111111010011110000110001100111001101100011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,233,225); }

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

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

 a { background-color: rgb(71,233,225); }

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

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

 span { border-color: rgb(71,233,225); }

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