#47F3E9

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

Shades of Turquoise #47F3E9

Tints of Turquoise #47F3E9

Color information

#47F3E9 (or 0x47F3E9) is unknown color: approx Turquoise. HEX triplet: 47, F3 and E9. RGB value is (71,243,233). Sum of RGB (Red+Green+Blue) = 71+243+233=547 (72% of max value = 765). Red value is 71 (28.12% from 255 or 12.98% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 233 (91.41% from 255 or 42.60% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #47F3E9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47F3E9 is #B80C16. Grayscale: #BEBEBE. Windows color (decimal): -12061719 or 15332167. OLE color: 15332167.

HSL color Cylindrical-coordinate representation of color #47F3E9: hue angle of 176.51º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F3E9 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB71243233-
CMYK0.7100.040.05
HSL176.51º87.76%61.57%-
HSV(B)176.51º70.78%95.29%-
XYZ49.3671.3288.26-
YUV190.43152.0242.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 12.98%
GREEN value IS 243 (95.31% from 255) = 44.42%
BLUE value IS 233 (91.41% from 255) = 42.60%
R=12.98%
G=44.42%
B=42.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal712432330.7100.040.05176.5187.7661.57
Hex47F3E947045b1583e
Octal10736335110704526113076
Binary1000111111100111110100110001110100101101100011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47F3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,243,233); }

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

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

 a { background-color: rgb(71,243,233); }

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

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

 span { border-color: rgb(71,243,233); }

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