#47F2EA

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

Shades of Turquoise #47F2EA

Tints of Turquoise #47F2EA

Color information

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

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

Color convert

RGB71242234-
CMYK0.7100.030.05
HSL177.19º86.8%61.37%-
HSV(B)177.19º70.66%94.9%-
XYZ49.270.7888.91-
YUV189.96152.8543.15-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal712422340.7100.030.05177.1986.861.37
Hex47F2EA47035b1573d
Octal10736235210703526112775
Binary100011111110010111010101000111011101101100011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47F2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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