#3FCBC6

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

Shades of Medium Turquoise #3FCBC6

Tints of Medium Turquoise #3FCBC6

Color information

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

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

Color convert

RGB63203198-
CMYK0.6900.020.20
HSL177.86º57.38%52.16%-
HSV(B)177.86º68.97%79.61%-
XYZ33.647.8560.89-
YUV160.57149.1258.41-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal632031980.6900.020.20177.8657.3852.16
Hex3FCBC6450214b23934
Octal7731330610502242627164
Binary111111110010111100011010001010101010010110010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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