#3FCEC4

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

Shades of Medium Turquoise #3FCEC4

Tints of Medium Turquoise #3FCEC4

Color information

#3FCEC4 (or 0x3FCEC4) is unknown color: approx Medium Turquoise. HEX triplet: 3F, CE and C4. RGB value is (63,206,196). Sum of RGB (Red+Green+Blue) = 63+206+196=465 (61% of max value = 765). Red value is 63 (25% from 255 or 13.55% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCEC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCEC4 is #C0313B. Grayscale: #A2A2A2. Windows color (decimal): -12595516 or 12897855. OLE color: 12897855.

HSL color Cylindrical-coordinate representation of color #3FCEC4: hue angle of 175.8º 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 #3FCEC4 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB63206196-
CMYK0.6900.050.19
HSL175.8º59.34%52.75%-
HSV(B)175.8º69.42%80.78%-
XYZ34.0949.1859.92-
YUV162.1147.1257.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.55%
GREEN value IS 206 (80.86% from 255) = 44.30%
BLUE value IS 196 (76.95% from 255) = 42.15%
R=13.55%
G=44.30%
B=42.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal632061960.6900.050.19175.859.3452.75
Hex3FCEC4450513b03b35
Octal7731630410505232607365
Binary1111111100111011000100100010101011001110110000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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