#47E4F0

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

Shades of Turquoise #47E4F0

Tints of Turquoise #47E4F0

Color information

#47E4F0 (or 0x47E4F0) is unknown color: approx Turquoise. HEX triplet: 47, E4 and F0. RGB value is (71,228,240). Sum of RGB (Red+Green+Blue) = 71+228+240=539 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.17% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 240 - color contains mainly: blue. Hex color #47E4F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47E4F0 is #B81B0F. Grayscale: #B6B6B6. Windows color (decimal): -12065552 or 15787079. OLE color: 15787079.

HSL color Cylindrical-coordinate representation of color #47E4F0: hue angle of 184.26º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47E4F0 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB71228240-
CMYK0.700.0500.06
HSL184.26º84.92%60.98%-
HSV(B)184.26º70.42%94.12%-
XYZ46.0763.1292.19-
YUV182.42160.4948.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.17%
GREEN value IS 228 (89.45% from 255) = 42.30%
BLUE value IS 240 (94.14% from 255) = 44.53%
R=13.17%
G=42.30%
B=44.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal712282400.700.0500.06184.2684.9260.98
Hex47E4F046506b8553d
Octal10734436010650627012575
Binary1000111111001001111000010001101010110101110001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,228,240); }

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

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

 a { background-color: rgb(71,228,240); }

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

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

 span { border-color: rgb(71,228,240); }

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