#47EACD

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

Shades of Turquoise #47EACD

Tints of Turquoise #47EACD

Color information

#47EACD (or 0x47EACD) is unknown color: approx Turquoise. HEX triplet: 47, EA and CD. RGB value is (71,234,205). Sum of RGB (Red+Green+Blue) = 71+234+205=510 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.92% from 510); Green value is 234 (91.80% from 255 or 45.88% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 234 - color contains mainly: green. Hex color #47EACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EACD is #B81532. Grayscale: #B5B5B5. Windows color (decimal): -12064051 or 13494855. OLE color: 13494855.

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

Color convert

RGB71234205-
CMYK0.7000.120.08
HSL169.33º79.51%59.8%-
HSV(B)169.33º69.66%91.76%-
XYZ43.0464.5967.96-
YUV181.9614148.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.92%
GREEN value IS 234 (91.80% from 255) = 45.88%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=13.92%
G=45.88%
B=40.20%

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
Decimal712342050.7000.120.08169.3379.5159.8
Hex47EACD460C8a9503c
Octal1073523151060141025112074
Binary100011111101010110011011000110011001000101010011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47EACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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