#47FBEF

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

Shades of Turquoise #47FBEF

Tints of Turquoise #47FBEF

Color information

#47FBEF (or 0x47FBEF) is unknown color: approx Turquoise. HEX triplet: 47, FB and EF. RGB value is (71,251,239). Sum of RGB (Red+Green+Blue) = 71+251+239=561 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.66% from 561); Green value is 251 (98.44% from 255 or 44.74% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 251 - color contains mainly: green. Hex color #47FBEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FBEF is #B80410. Grayscale: #C3C3C3. Windows color (decimal): -12059665 or 15727431. OLE color: 15727431.

HSL color Cylindrical-coordinate representation of color #47FBEF: hue angle of 176º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FBEF is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB71251239-
CMYK0.7200.050.02
HSL176º95.74%63.14%-
HSV(B)176º71.71%98.43%-
XYZ52.6876.5793.66-
YUV195.81152.3738.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 12.66%
GREEN value IS 251 (98.44% from 255) = 44.74%
BLUE value IS 239 (93.75% from 255) = 42.60%
R=12.66%
G=44.74%
B=42.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal712512390.7200.050.0217695.7463.14
Hex47FBEF48052b0603f
Octal10737335711005226014077
Binary100011111111011111011111001000010110101100001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47FBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,251,239); }

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

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

 a { background-color: rgb(71,251,239); }

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

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

 span { border-color: rgb(71,251,239); }

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