#47E2BB

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

Shades of Turquoise #47E2BB

Tints of Turquoise #47E2BB

Color information

#47E2BB (or 0x47E2BB) is unknown color: approx Turquoise. HEX triplet: 47, E2 and BB. RGB value is (71,226,187). Sum of RGB (Red+Green+Blue) = 71+226+187=484 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.67% from 484); Green value is 226 (88.67% from 255 or 46.69% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 226 - color contains mainly: green. Hex color #47E2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E2BB is #B81D44. Grayscale: #AFAFAF. Windows color (decimal): -12066117 or 12313159. OLE color: 12313159.

HSL color Cylindrical-coordinate representation of color #47E2BB: hue angle of 164.9º 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 #47E2BB is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB71226187-
CMYK0.6900.170.11
HSL164.9º72.77%58.24%-
HSV(B)164.9º68.58%88.63%-
XYZ38.7659.3256.42-
YUV175.21134.6553.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.67%
GREEN value IS 226 (88.67% from 255) = 46.69%
BLUE value IS 187 (73.44% from 255) = 38.64%
R=14.67%
G=46.69%
B=38.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal712261870.6900.170.11164.972.7758.24
Hex47E2BB45011Ba5493a
Octal1073422731050211324511172
Binary1000111111000101011101110001010100011011101001011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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