#3FC6BA

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

Shades of Medium Turquoise #3FC6BA

Tints of Medium Turquoise #3FC6BA

Color information

#3FC6BA (or 0x3FC6BA) is unknown color: approx Medium Turquoise. HEX triplet: 3F, C6 and BA. RGB value is (63,198,186). Sum of RGB (Red+Green+Blue) = 63+198+186=447 (59% of max value = 765). Red value is 63 (25% from 255 or 14.09% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 198 - color contains mainly: green. Hex color #3FC6BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC6BA is #C03945. Grayscale: #9C9C9C. Windows color (decimal): -12597574 or 12240447. OLE color: 12240447.

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

Color convert

RGB63198186-
CMYK0.6800.060.22
HSL174.67º54.22%51.18%-
HSV(B)174.67º68.18%77.65%-
XYZ31.1144.9953.5-
YUV156.27144.7761.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.09%
GREEN value IS 198 (77.73% from 255) = 44.30%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=14.09%
G=44.30%
B=41.61%

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
Decimal631981860.6800.060.22174.6754.2251.18
Hex3FC6BA440616af3633
Octal7730627210406262576663
Binary1111111100011010111010100010001101011010101111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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