#3FC6C5

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

Shades of Medium Turquoise #3FC6C5

Tints of Medium Turquoise #3FC6C5

Color information

#3FC6C5 (or 0x3FC6C5) is unknown color: approx Medium Turquoise. HEX triplet: 3F, C6 and C5. RGB value is (63,198,197). Sum of RGB (Red+Green+Blue) = 63+198+197=458 (60% of max value = 765). Red value is 63 (25% from 255 or 13.76% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 198 - color contains mainly: green. Hex color #3FC6C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC6C5 is #C0393A. Grayscale: #9D9D9D. Windows color (decimal): -12597563 or 12961343. OLE color: 12961343.

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

Color convert

RGB63198197-
CMYK0.6800.010.22
HSL179.56º54.22%51.18%-
HSV(B)179.56º68.18%77.65%-
XYZ32.3245.4859.9-
YUV157.52150.2760.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.76%
GREEN value IS 198 (77.73% from 255) = 43.23%
BLUE value IS 197 (77.34% from 255) = 43.01%
R=13.76%
G=43.23%
B=43.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal631981970.6800.010.22179.5654.2251.18
Hex3FC6C5440116b43633
Octal7730630510401262646663
Binary11111111000110110001011000100011011010110100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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