#3FD4C5

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

Shades of Medium Turquoise #3FD4C5

Tints of Medium Turquoise #3FD4C5

Color information

#3FD4C5 (or 0x3FD4C5) is unknown color: approx Medium Turquoise. HEX triplet: 3F, D4 and C5. RGB value is (63,212,197). Sum of RGB (Red+Green+Blue) = 63+212+197=472 (62% of max value = 765). Red value is 63 (25% from 255 or 13.35% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 212 - color contains mainly: green. Hex color #3FD4C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD4C5 is #C02B3A. Grayscale: #A5A5A5. Windows color (decimal): -12593979 or 12964927. OLE color: 12964927.

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

Color convert

RGB63212197-
CMYK0.7000.070.17
HSL173.96º63.4%53.92%-
HSV(B)173.96º70.28%83.14%-
XYZ35.6752.1761.01-
YUV165.74145.6454.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.35%
GREEN value IS 212 (83.20% from 255) = 44.92%
BLUE value IS 197 (77.34% from 255) = 41.74%
R=13.35%
G=44.92%
B=41.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal632121970.7000.070.17173.9663.453.92
Hex3FD4C5460711ae3f36
Octal7732430510607212567766
Binary1111111101010011000101100011001111000110101110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FD4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,212,197); }

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

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

 a { background-color: rgb(63,212,197); }

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

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

 span { border-color: rgb(63,212,197); }

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