#3FCFBD

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

Shades of Medium Turquoise #3FCFBD

Tints of Medium Turquoise #3FCFBD

Color information

#3FCFBD (or 0x3FCFBD) is unknown color: approx Medium Turquoise. HEX triplet: 3F, CF and BD. RGB value is (63,207,189). Sum of RGB (Red+Green+Blue) = 63+207+189=459 (60% of max value = 765). Red value is 63 (25% from 255 or 13.73% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCFBD is #C03042. Grayscale: #A1A1A1. Windows color (decimal): -12595267 or 12439359. OLE color: 12439359.

HSL color Cylindrical-coordinate representation of color #3FCFBD: hue angle of 172.5º 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 #3FCFBD is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB63207189-
CMYK0.7000.090.19
HSL172.5º60%52.94%-
HSV(B)172.5º69.57%81.18%-
XYZ33.5549.3655.9-
YUV161.89143.2957.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.73%
GREEN value IS 207 (81.25% from 255) = 45.10%
BLUE value IS 189 (74.22% from 255) = 41.18%
R=13.73%
G=45.10%
B=41.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal632071890.7000.090.19172.56052.94
Hex3FCFBD460913ac3c35
Octal77317275106011232547465
Binary11111111001111101111011000110010011001110101100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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