#3FC6BB

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

Shades of Medium Turquoise #3FC6BB

Tints of Medium Turquoise #3FC6BB

Color information

#3FC6BB (or 0x3FC6BB) is unknown color: approx Medium Turquoise. HEX triplet: 3F, C6 and BB. RGB value is (63,198,187). Sum of RGB (Red+Green+Blue) = 63+198+187=448 (59% of max value = 765). Red value is 63 (25% from 255 or 14.06% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 198 - color contains mainly: green. Hex color #3FC6BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC6BB is #C03944. Grayscale: #9C9C9C. Windows color (decimal): -12597573 or 12305983. OLE color: 12305983.

HSL color Cylindrical-coordinate representation of color #3FC6BB: hue angle of 175.11º 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 #3FC6BB is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB63198187-
CMYK0.6800.060.22
HSL175.11º54.22%51.18%-
HSV(B)175.11º68.18%77.65%-
XYZ31.2145.0354.06-
YUV156.38145.2761.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.06%
GREEN value IS 198 (77.73% from 255) = 44.20%
BLUE value IS 187 (73.44% from 255) = 41.74%
R=14.06%
G=44.20%
B=41.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal631981870.6800.060.22175.1154.2251.18
Hex3FC6BB440616af3633
Octal7730627310406262576663
Binary1111111100011010111011100010001101011010101111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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