#47ECE6

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

Shades of Turquoise #47ECE6

Tints of Turquoise #47ECE6

Color information

#47ECE6 (or 0x47ECE6) is unknown color: approx Turquoise. HEX triplet: 47, EC and E6. RGB value is (71,236,230). Sum of RGB (Red+Green+Blue) = 71+236+230=537 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.22% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 230 (90.23% from 255 or 42.83% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #47ECE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47ECE6 is #B81319. Grayscale: #B9B9B9. Windows color (decimal): -12063514 or 15133767. OLE color: 15133767.

HSL color Cylindrical-coordinate representation of color #47ECE6: hue angle of 177.82º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47ECE6 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB71236230-
CMYK0.7000.030.07
HSL177.82º81.28%60.2%-
HSV(B)177.82º69.92%92.55%-
XYZ46.8867.0485.33-
YUV185.98152.8445.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.22%
GREEN value IS 236 (92.58% from 255) = 43.95%
BLUE value IS 230 (90.23% from 255) = 42.83%
R=13.22%
G=43.95%
B=42.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal712362300.7000.030.07177.8281.2860.2
Hex47ECE646037b2513c
Octal10735434610603726212174
Binary100011111101100111001101000110011111101100101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47ECE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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