#47E2BA

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

Shades of Turquoise #47E2BA

Tints of Turquoise #47E2BA

Color information

#47E2BA (or 0x47E2BA) is unknown color: approx Turquoise. HEX triplet: 47, E2 and BA. RGB value is (71,226,186). Sum of RGB (Red+Green+Blue) = 71+226+186=483 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.70% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 226 - color contains mainly: green. Hex color #47E2BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E2BA is #B81D45. Grayscale: #AFAFAF. Windows color (decimal): -12066118 or 12247623. OLE color: 12247623.

HSL color Cylindrical-coordinate representation of color #47E2BA: hue angle of 164.52º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E2BA is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB71226186-
CMYK0.6900.180.11
HSL164.52º72.77%58.24%-
HSV(B)164.52º68.58%88.63%-
XYZ38.6659.2855.86-
YUV175.1134.1553.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.70%
GREEN value IS 226 (88.67% from 255) = 46.79%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=14.70%
G=46.79%
B=38.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal712261860.6900.180.11164.5272.7758.24
Hex47E2BA45012Ba5493a
Octal1073422721050221324511172
Binary1000111111000101011101010001010100101011101001011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,226,186); }

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

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

 a { background-color: rgb(71,226,186); }

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

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

 span { border-color: rgb(71,226,186); }

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