#3FC5BE

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

Shades of Medium Turquoise #3FC5BE

Tints of Medium Turquoise #3FC5BE

Color information

#3FC5BE (or 0x3FC5BE) is unknown color: approx Medium Turquoise. HEX triplet: 3F, C5 and BE. RGB value is (63,197,190). Sum of RGB (Red+Green+Blue) = 63+197+190=450 (59% of max value = 765). Red value is 63 (25% from 255 or 14% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 197 - color contains mainly: green. Hex color #3FC5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC5BE is #C03A41. Grayscale: #9C9C9C. Windows color (decimal): -12597826 or 12502335. OLE color: 12502335.

HSL color Cylindrical-coordinate representation of color #3FC5BE: hue angle of 176.87º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC5BE is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB63197190-
CMYK0.6800.040.23
HSL176.87º53.6%50.98%-
HSV(B)176.87º68.02%77.25%-
XYZ31.3144.7155.69-
YUV156.14147.1161.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14%
GREEN value IS 197 (77.34% from 255) = 43.78%
BLUE value IS 190 (74.61% from 255) = 42.22%
R=14%
G=43.78%
B=42.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal631971900.6800.040.23176.8753.650.98
Hex3FC5BE440417b13633
Octal7730527610404272616663
Binary1111111100010110111110100010001001011110110001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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