#47E9E2

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

Shades of Turquoise #47E9E2

Tints of Turquoise #47E9E2

Color information

#47E9E2 (or 0x47E9E2) is unknown color: approx Turquoise. HEX triplet: 47, E9 and E2. RGB value is (71,233,226). Sum of RGB (Red+Green+Blue) = 71+233+226=530 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.40% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 226 (88.67% from 255 or 42.64% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #47E9E2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47E9E2 is #B8161D. Grayscale: #B7B7B7. Windows color (decimal): -12064286 or 14870855. OLE color: 14870855.

HSL color Cylindrical-coordinate representation of color #47E9E2: hue angle of 177.41º 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 #47E9E2 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB71233226-
CMYK0.7000.030.09
HSL177.41º78.64%59.61%-
HSV(B)177.41º69.53%91.37%-
XYZ45.4665.1182.12-
YUV183.76151.8347.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.40%
GREEN value IS 233 (91.41% from 255) = 43.96%
BLUE value IS 226 (88.67% from 255) = 42.64%
R=13.40%
G=43.96%
B=42.64%

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
Decimal712332260.7000.030.09177.4178.6459.61
Hex47E9E246039b14f3c
Octal107351342106031126111774
Binary1000111111010011110001010001100111001101100011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E9E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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