#3FC6BD

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

Shades of Medium Turquoise #3FC6BD

Tints of Medium Turquoise #3FC6BD

Color information

#3FC6BD (or 0x3FC6BD) is unknown color: approx Medium Turquoise. HEX triplet: 3F, C6 and BD. RGB value is (63,198,189). Sum of RGB (Red+Green+Blue) = 63+198+189=450 (59% of max value = 765). Red value is 63 (25% from 255 or 14% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 198 - color contains mainly: green. Hex color #3FC6BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC6BD is #C03942. Grayscale: #9C9C9C. Windows color (decimal): -12597571 or 12437055. OLE color: 12437055.

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

Color convert

RGB63198189-
CMYK0.6800.050.22
HSL176º54.22%51.18%-
HSV(B)176º68.18%77.65%-
XYZ31.4345.1255.2-
YUV156.61146.2761.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14%
GREEN value IS 198 (77.73% from 255) = 44%
BLUE value IS 189 (74.22% from 255) = 42%
R=14%
G=44%
B=42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal631981890.6800.050.2217654.2251.18
Hex3FC6BD440516b03633
Octal7730627510405262606663
Binary1111111100011010111101100010001011011010110000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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