#47EAE6

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

Shades of Turquoise #47EAE6

Tints of Turquoise #47EAE6

Color information

#47EAE6 (or 0x47EAE6) is unknown color: approx Turquoise. HEX triplet: 47, EA and E6. RGB value is (71,234,230). Sum of RGB (Red+Green+Blue) = 71+234+230=535 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.27% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 234 - color contains mainly: green. Hex color #47EAE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47EAE6 is #B81519. Grayscale: #B8B8B8. Windows color (decimal): -12064026 or 15133255. OLE color: 15133255.

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

Color convert

RGB71234230-
CMYK0.7000.020.08
HSL178.53º79.51%59.8%-
HSV(B)178.53º69.66%91.76%-
XYZ46.365.985.14-
YUV184.81153.546.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.27%
GREEN value IS 234 (91.80% from 255) = 43.74%
BLUE value IS 230 (90.23% from 255) = 42.99%
R=13.27%
G=43.74%
B=42.99%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal712342300.7000.020.08178.5379.5159.8
Hex47EAE646028b3503c
Octal107352346106021026312074
Binary1000111111010101110011010001100101000101100111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47EAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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