#3FBFBA

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

Shades of Medium Turquoise #3FBFBA

Tints of Medium Turquoise #3FBFBA

Color information

#3FBFBA (or 0x3FBFBA) is unknown color: approx Medium Turquoise. HEX triplet: 3F, BF and BA. RGB value is (63,191,186). Sum of RGB (Red+Green+Blue) = 63+191+186=440 (58% of max value = 765). Red value is 63 (25% from 255 or 14.32% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #3FBFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBFBA is #C04045. Grayscale: #989898. Windows color (decimal): -12599366 or 12238655. OLE color: 12238655.

HSL color Cylindrical-coordinate representation of color #3FBFBA: hue angle of 177.66º 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 #3FBFBA is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB63191186-
CMYK0.6700.030.25
HSL177.66º50.39%49.8%-
HSV(B)177.66º67.02%74.9%-
XYZ29.5441.8652.98-
YUV152.16147.0964.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.32%
GREEN value IS 191 (75% from 255) = 43.41%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=14.32%
G=43.41%
B=42.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631911860.6700.030.25177.6650.3949.8
Hex3FBFBA430319b23232
Octal7727727210303312626262
Binary111111101111111011101010000110111100110110010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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