#47EAC7

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

Shades of Turquoise #47EAC7

Tints of Turquoise #47EAC7

Color information

#47EAC7 (or 0x47EAC7) is unknown color: approx Turquoise. HEX triplet: 47, EA and C7. RGB value is (71,234,199). Sum of RGB (Red+Green+Blue) = 71+234+199=504 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.09% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 234 - color contains mainly: green. Hex color #47EAC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EAC7 is #B81538. Grayscale: #B5B5B5. Windows color (decimal): -12064057 or 13101639. OLE color: 13101639.

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

Color convert

RGB71234199-
CMYK0.7000.150.08
HSL167.12º79.51%59.8%-
HSV(B)167.12º69.66%91.76%-
XYZ42.3364.3164.21-
YUV181.2713849.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.09%
GREEN value IS 234 (91.80% from 255) = 46.43%
BLUE value IS 199 (78.12% from 255) = 39.48%
R=14.09%
G=46.43%
B=39.48%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal712341990.7000.150.08167.1279.5159.8
Hex47EAC7460F8a7503c
Octal1073523071060171024712074
Binary100011111101010110001111000110011111000101001111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47EAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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