#47f2e9

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

Shades of Turquoise #47F2E9

Tints of Turquoise #47F2E9

Color information

#47F2E9 (or 0x47F2E9) is unknown color: approx Turquoise. HEX triplet: 47, F2 and E9. RGB value is (71,242,233). Sum of RGB (Red+Green+Blue) = 71+242+233=546 (72% of max value = 765). Red value is 71 (28.12% from 255 or 13.00% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 233 (91.41% from 255 or 42.67% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #47F2E9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47F2E9 is #B80D16. Grayscale: #BDBDBD. Windows color (decimal): -12061975 or 15331911. OLE color: 15331911.

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

Color convert

RGB71242233-
CMYK0.7100.040.05
HSL176.84º86.8%61.37%-
HSV(B)176.84º70.66%94.9%-
XYZ49.0670.7388.16-
YUV189.85152.3543.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.00%
GREEN value IS 242 (94.92% from 255) = 44.32%
BLUE value IS 233 (91.41% from 255) = 42.67%
R=13.00%
G=44.32%
B=42.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal712422330.7100.040.05176.8486.861.37
Hex47F2E947045b1573d
Octal10736235110704526112775
Binary1000111111100101110100110001110100101101100011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47f2e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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