#3FCFBF

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

Shades of Medium Turquoise #3FCFBF

Tints of Medium Turquoise #3FCFBF

Color information

#3FCFBF (or 0x3FCFBF) is unknown color: approx Medium Turquoise. HEX triplet: 3F, CF and BF. RGB value is (63,207,191). Sum of RGB (Red+Green+Blue) = 63+207+191=461 (61% of max value = 765). Red value is 63 (25% from 255 or 13.67% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCFBF is #C03040. Grayscale: #A2A2A2. Windows color (decimal): -12595265 or 12570431. OLE color: 12570431.

HSL color Cylindrical-coordinate representation of color #3FCFBF: hue angle of 173.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCFBF is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB63207191-
CMYK0.7000.080.19
HSL173.33º60%52.94%-
HSV(B)173.33º69.57%81.18%-
XYZ33.7749.4457.05-
YUV162.12144.2957.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.67%
GREEN value IS 207 (81.25% from 255) = 44.90%
BLUE value IS 191 (75% from 255) = 41.43%
R=13.67%
G=44.90%
B=41.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal632071910.7000.080.19173.336052.94
Hex3FCFBF460813ad3c35
Octal77317277106010232557465
Binary11111111001111101111111000110010001001110101101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,207,191); }

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

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

 a { background-color: rgb(63,207,191); }

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

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

 span { border-color: rgb(63,207,191); }

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