#47E7F3

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

Shades of Turquoise #47E7F3

Tints of Turquoise #47E7F3

Color information

#47E7F3 (or 0x47E7F3) is unknown color: approx Turquoise. HEX triplet: 47, E7 and F3. RGB value is (71,231,243). Sum of RGB (Red+Green+Blue) = 71+231+243=545 (72% of max value = 765). Red value is 71 (28.12% from 255 or 13.03% from 545); Green value is 231 (90.62% from 255 or 42.39% from 545); Blue value is 243 (95.31% from 255 or 44.59% from 545); Max value from RGB is 243 - color contains mainly: blue. Hex color #47E7F3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47E7F3 is #B8180C. Grayscale: #B8B8B8. Windows color (decimal): -12064781 or 15984455. OLE color: 15984455.

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

Color convert

RGB71231243-
CMYK0.710.0500.05
HSL184.19º87.76%61.57%-
HSV(B)184.19º70.78%95.29%-
XYZ47.3564.9694.84-
YUV184.53160.9947.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.03%
GREEN value IS 231 (90.62% from 255) = 42.39%
BLUE value IS 243 (95.31% from 255) = 44.59%
R=13.03%
G=42.39%
B=44.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal712312430.710.0500.05184.1987.7661.57
Hex47E7F347505b8583e
Octal10734736310750527013076
Binary1000111111001111111001110001111010101101110001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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