#47E9F3

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

Shades of Turquoise #47E9F3

Tints of Turquoise #47E9F3

Color information

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

HSL color Cylindrical-coordinate representation of color #47E9F3: hue angle of 183.49º 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 #47E9F3 is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB71233243-
CMYK0.710.0400.05
HSL183.49º87.76%61.57%-
HSV(B)183.49º70.78%95.29%-
XYZ47.9266.0995.02-
YUV185.7160.3346.19-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal712332430.710.0400.05183.4987.7661.57
Hex47E9F347405b7583e
Octal10735136310740526713076
Binary1000111111010011111001110001111000101101101111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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