#47E1BF

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

Shades of Turquoise #47E1BF

Tints of Turquoise #47E1BF

Color information

#47E1BF (or 0x47E1BF) is unknown color: approx Turquoise. HEX triplet: 47, E1 and BF. RGB value is (71,225,191). Sum of RGB (Red+Green+Blue) = 71+225+191=487 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.58% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 225 - color contains mainly: green. Hex color #47E1BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E1BF is #B81E40. Grayscale: #AFAFAF. Windows color (decimal): -12066369 or 12575047. OLE color: 12575047.

HSL color Cylindrical-coordinate representation of color #47E1BF: hue angle of 166.75º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47E1BF is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB71225191-
CMYK0.6800.150.12
HSL166.75º71.96%58.04%-
HSV(B)166.75º68.44%88.24%-
XYZ38.9358.9558.62-
YUV175.08136.9853.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.58%
GREEN value IS 225 (88.28% from 255) = 46.20%
BLUE value IS 191 (75% from 255) = 39.22%
R=14.58%
G=46.20%
B=39.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal712251910.6800.150.12166.7571.9658.04
Hex47E1BF440FCa7483a
Octal1073412771040171424711072
Binary100011111100001101111111000100011111100101001111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,225,191); }

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

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

 a { background-color: rgb(71,225,191); }

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

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

 span { border-color: rgb(71,225,191); }

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