#3FC2CE

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

Shades of Medium Turquoise #3FC2CE

Tints of Medium Turquoise #3FC2CE

Color information

#3FC2CE (or 0x3FC2CE) is unknown color: approx Medium Turquoise. HEX triplet: 3F, C2 and CE. RGB value is (63,194,206). Sum of RGB (Red+Green+Blue) = 63+194+206=463 (61% of max value = 765). Red value is 63 (25% from 255 or 13.61% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #3FC2CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC2CE is #C03D31. Grayscale: #9C9C9C. Windows color (decimal): -12598578 or 13550143. OLE color: 13550143.

HSL color Cylindrical-coordinate representation of color #3FC2CE: hue angle of 185.03º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FC2CE is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB63194206-
CMYK0.690.0600.19
HSL185.03º59.34%52.75%-
HSV(B)185.03º69.42%80.78%-
XYZ32.4844.165.19-
YUV156.2156.161.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.61%
GREEN value IS 194 (76.17% from 255) = 41.90%
BLUE value IS 206 (80.86% from 255) = 44.49%
R=13.61%
G=41.90%
B=44.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal631942060.690.0600.19185.0359.3452.75
Hex3FC2CE456013b93b35
Octal7730231610560232717365
Binary1111111100001011001110100010111001001110111001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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