#3fc7d8

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

Shades of Medium Turquoise #3FC7D8

Tints of Medium Turquoise #3FC7D8

Color information

#3FC7D8 (or 0x3FC7D8) is unknown color: approx Medium Turquoise. HEX triplet: 3F, C7 and D8. RGB value is (63,199,216). Sum of RGB (Red+Green+Blue) = 63+199+216=478 (63% of max value = 765). Red value is 63 (25% from 255 or 13.18% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 216 (84.77% from 255 or 45.19% from 478); Max value from RGB is 216 - color contains mainly: blue. Hex color #3FC7D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC7D8 is #C03827. Grayscale: #A0A0A0. Windows color (decimal): -12597288 or 14206783. OLE color: 14206783.

HSL color Cylindrical-coordinate representation of color #3FC7D8: hue angle of 186.67º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FC7D8 is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB63199216-
CMYK0.710.0800.15
HSL186.67º66.23%54.71%-
HSV(B)186.67º70.83%84.71%-
XYZ34.8746.8672.17-
YUV160.27159.4458.62-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.18%
GREEN value IS 199 (78.12% from 255) = 41.63%
BLUE value IS 216 (84.77% from 255) = 45.19%
R=13.18%
G=41.63%
B=45.19%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal631992160.710.0800.15186.6766.2354.71
Hex3FC7D84780Fbb4237
Octal773073301071001727310267
Binary11111111000111110110001000111100001111101110111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fc7d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,199,216); }

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

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

 a { background-color: rgb(63,199,216); }

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

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

 span { border-color: rgb(63,199,216); }

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