#47EACE

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

Shades of Turquoise #47EACE

Tints of Turquoise #47EACE

Color information

#47EACE (or 0x47EACE) is unknown color: approx Turquoise. HEX triplet: 47, EA and CE. RGB value is (71,234,206). Sum of RGB (Red+Green+Blue) = 71+234+206=511 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.89% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #47EACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EACE is #B81531. Grayscale: #B6B6B6. Windows color (decimal): -12064050 or 13560391. OLE color: 13560391.

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

Color convert

RGB71234206-
CMYK0.7000.120.08
HSL169.69º79.51%59.8%-
HSV(B)169.69º69.66%91.76%-
XYZ43.1664.6468.59-
YUV182.07141.548.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.89%
GREEN value IS 234 (91.80% from 255) = 45.79%
BLUE value IS 206 (80.86% from 255) = 40.31%
R=13.89%
G=45.79%
B=40.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal712342060.7000.120.08169.6979.5159.8
Hex47EACE460C8aa503c
Octal1073523161060141025212074
Binary100011111101010110011101000110011001000101010101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47EACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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