#3FC2B8

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

Shades of Medium Turquoise #3FC2B8

Tints of Medium Turquoise #3FC2B8

Color information

#3FC2B8 (or 0x3FC2B8) is unknown color: approx Medium Turquoise. HEX triplet: 3F, C2 and B8. RGB value is (63,194,184). Sum of RGB (Red+Green+Blue) = 63+194+184=441 (58% of max value = 765). Red value is 63 (25% from 255 or 14.29% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 184 (72.27% from 255 or 41.72% from 441); Max value from RGB is 194 - color contains mainly: green. Hex color #3FC2B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC2B8 is #C03D47. Grayscale: #999999. Windows color (decimal): -12598600 or 12108351. OLE color: 12108351.

HSL color Cylindrical-coordinate representation of color #3FC2B8: hue angle of 175.42º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC2B8 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB63194184-
CMYK0.6800.050.24
HSL175.42º51.78%50.39%-
HSV(B)175.42º67.53%76.08%-
XYZ29.9943.152.09-
YUV153.69145.163.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.29%
GREEN value IS 194 (76.17% from 255) = 43.99%
BLUE value IS 184 (72.27% from 255) = 41.72%
R=14.29%
G=43.99%
B=41.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal631941840.6800.050.24175.4251.7850.39
Hex3FC2B8440518af3432
Octal7730227010405302576462
Binary1111111100001010111000100010001011100010101111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,194,184); }

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

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

 a { background-color: rgb(63,194,184); }

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

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

 span { border-color: rgb(63,194,184); }

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