#3FBFBE

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

Shades of Medium Turquoise #3FBFBE

Tints of Medium Turquoise #3FBFBE

Color information

#3FBFBE (or 0x3FBFBE) is unknown color: approx Medium Turquoise. HEX triplet: 3F, BF and BE. RGB value is (63,191,190). Sum of RGB (Red+Green+Blue) = 63+191+190=444 (58% of max value = 765). Red value is 63 (25% from 255 or 14.19% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 191 - color contains mainly: green. Hex color #3FBFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBFBE is #C04041. Grayscale: #989898. Windows color (decimal): -12599362 or 12500799. OLE color: 12500799.

HSL color Cylindrical-coordinate representation of color #3FBFBE: hue angle of 179.53º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBFBE is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB63191190-
CMYK0.6700.010.25
HSL179.53º50.39%49.8%-
HSV(B)179.53º67.02%74.9%-
XYZ29.9742.0455.25-
YUV152.61149.0964.08-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.19%
GREEN value IS 191 (75% from 255) = 43.02%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=14.19%
G=43.02%
B=42.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631911900.6700.010.25179.5350.3949.8
Hex3FBFBE430119b43232
Octal7727727610301312646262
Binary11111110111111101111101000011011100110110100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FBFBE; }

 p { color: rgb(63,191,190); }

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

<style>
 a { background-color: #3FBFBE; }

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

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

<style>
 span { border-color: #3FBFBE; }

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

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