#47BFBF

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

Shades of Medium Turquoise #47BFBF

Tints of Medium Turquoise #47BFBF

Color information

#47BFBF (or 0x47BFBF) is unknown color: approx Medium Turquoise. HEX triplet: 47, BF and BF. RGB value is (71,191,191). Sum of RGB (Red+Green+Blue) = 71+191+191=453 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.67% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #47BFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BFBF is #B84040. Grayscale: #9B9B9B. Windows color (decimal): -12075073 or 12566343. OLE color: 12566343.

HSL color Cylindrical-coordinate representation of color #47BFBF: hue angle of 180º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47BFBF is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB71191191-
CMYK0.63000.25
HSL180º48.39%51.37%-
HSV(B)180º62.83%74.9%-
XYZ30.6342.3655.85-
YUV155.12148.2468-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.67%
GREEN value IS 191 (75% from 255) = 42.16%
BLUE value IS 191 (75% from 255) = 42.16%
R=15.67%
G=42.16%
B=42.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711911910.63000.2518048.3951.37
Hex47BFBF3F0019b43033
Octal1072772777700312646063
Binary10001111011111110111111111111001100110110100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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