#47E7F7

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

Shades of Turquoise Blue #47E7F7

Tints of Turquoise Blue #47E7F7

Color information

#47E7F7 (or 0x47E7F7) is unknown color: approx Turquoise Blue. HEX triplet: 47, E7 and F7. RGB value is (71,231,247). Sum of RGB (Red+Green+Blue) = 71+231+247=549 (72% of max value = 765). Red value is 71 (28.12% from 255 or 12.93% from 549); Green value is 231 (90.62% from 255 or 42.08% from 549); Blue value is 247 (96.88% from 255 or 44.99% from 549); Max value from RGB is 247 - color contains mainly: blue. Hex color #47E7F7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47E7F7 is #B81808. Grayscale: #B8B8B8. Windows color (decimal): -12064777 or 16246599. OLE color: 16246599.

HSL color Cylindrical-coordinate representation of color #47E7F7: hue angle of 185.45º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47E7F7 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB71231247-
CMYK0.710.0600.03
HSL185.45º91.67%62.35%-
HSV(B)185.45º71.26%96.86%-
XYZ47.9665.2198.05-
YUV184.98162.9946.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 12.93%
GREEN value IS 231 (90.62% from 255) = 42.08%
BLUE value IS 247 (96.88% from 255) = 44.99%
R=12.93%
G=42.08%
B=44.99%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal712312470.710.0600.03185.4591.6762.35
Hex47E7F747603b95c3e
Octal10734736710760327113476
Binary100011111100111111101111000111110011101110011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E7F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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