#3FD3C1

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

Shades of Medium Turquoise #3FD3C1

Tints of Medium Turquoise #3FD3C1

Color information

#3FD3C1 (or 0x3FD3C1) is unknown color: approx Medium Turquoise. HEX triplet: 3F, D3 and C1. RGB value is (63,211,193). Sum of RGB (Red+Green+Blue) = 63+211+193=467 (61% of max value = 765). Red value is 63 (25% from 255 or 13.49% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 211 - color contains mainly: green. Hex color #3FD3C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD3C1 is #C02C3E. Grayscale: #A4A4A4. Windows color (decimal): -12594239 or 12702527. OLE color: 12702527.

HSL color Cylindrical-coordinate representation of color #3FD3C1: hue angle of 172.7º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD3C1 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB63211193-
CMYK0.7000.090.17
HSL172.7º62.71%53.73%-
HSV(B)172.7º70.14%82.75%-
XYZ34.9751.558.55-
YUV164.7143.9755.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.49%
GREEN value IS 211 (82.81% from 255) = 45.18%
BLUE value IS 193 (75.78% from 255) = 41.33%
R=13.49%
G=45.18%
B=41.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal632111930.7000.090.17172.762.7153.73
Hex3FD3C1460911ad3f36
Octal77323301106011212557766
Binary11111111010011110000011000110010011000110101101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FD3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,211,193); }

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

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

 a { background-color: rgb(63,211,193); }

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

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

 span { border-color: rgb(63,211,193); }

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