#3FC6CB

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

Shades of Medium Turquoise #3FC6CB

Tints of Medium Turquoise #3FC6CB

Color information

#3FC6CB (or 0x3FC6CB) is unknown color: approx Medium Turquoise. HEX triplet: 3F, C6 and CB. RGB value is (63,198,203). Sum of RGB (Red+Green+Blue) = 63+198+203=464 (61% of max value = 765). Red value is 63 (25% from 255 or 13.58% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #3FC6CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC6CB is #C03934. Grayscale: #9E9E9E. Windows color (decimal): -12597557 or 13354559. OLE color: 13354559.

HSL color Cylindrical-coordinate representation of color #3FC6CB: hue angle of 182.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FC6CB is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB63198203-
CMYK0.690.0200.20
HSL182.14º57.38%52.16%-
HSV(B)182.14º68.97%79.61%-
XYZ33.0245.7663.59-
YUV158.2153.2760.09-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.58%
GREEN value IS 198 (77.73% from 255) = 42.67%
BLUE value IS 203 (79.69% from 255) = 43.75%
R=13.58%
G=42.67%
B=43.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal631982030.690.0200.20182.1457.3852.16
Hex3FC6CB452014b63934
Octal7730631310520242667164
Binary111111110001101100101110001011001010010110110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,198,203); }

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

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

 a { background-color: rgb(63,198,203); }

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

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

 span { border-color: rgb(63,198,203); }

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