#47EAF2

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

Shades of Turquoise #47EAF2

Tints of Turquoise #47EAF2

Color information

#47EAF2 (or 0x47EAF2) is unknown color: approx Turquoise. HEX triplet: 47, EA and F2. RGB value is (71,234,242). Sum of RGB (Red+Green+Blue) = 71+234+242=547 (72% of max value = 765). Red value is 71 (28.12% from 255 or 12.98% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #47EAF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47EAF2 is #B8150D. Grayscale: #B9B9B9. Windows color (decimal): -12064014 or 15919687. OLE color: 15919687.

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

Color convert

RGB71234242-
CMYK0.710.0300.05
HSL182.81º86.8%61.37%-
HSV(B)182.81º70.66%94.9%-
XYZ48.0566.694.33-
YUV186.18159.545.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 12.98%
GREEN value IS 234 (91.80% from 255) = 42.78%
BLUE value IS 242 (94.92% from 255) = 44.24%
R=12.98%
G=42.78%
B=44.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal712342420.710.0300.05182.8186.861.37
Hex47EAF247305b7573d
Octal10735236210730526712775
Binary100011111101010111100101000111110101101101111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47EAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,234,242); }

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

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

 a { background-color: rgb(71,234,242); }

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

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

 span { border-color: rgb(71,234,242); }

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