#3FCBC1

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

Shades of Medium Turquoise #3FCBC1

Tints of Medium Turquoise #3FCBC1

Color information

#3FCBC1 (or 0x3FCBC1) is unknown color: approx Medium Turquoise. HEX triplet: 3F, CB and C1. RGB value is (63,203,193). Sum of RGB (Red+Green+Blue) = 63+203+193=459 (60% of max value = 765). Red value is 63 (25% from 255 or 13.73% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #3FCBC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCBC1 is #C0343E. Grayscale: #9F9F9F. Windows color (decimal): -12596287 or 12700479. OLE color: 12700479.

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

Color convert

RGB63203193-
CMYK0.6900.050.20
HSL175.71º57.38%52.16%-
HSV(B)175.71º68.97%79.61%-
XYZ33.0347.6257.9-
YUV160146.6258.81-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.73%
GREEN value IS 203 (79.69% from 255) = 44.23%
BLUE value IS 193 (75.78% from 255) = 42.05%
R=13.73%
G=44.23%
B=42.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal632031930.6900.050.20175.7157.3852.16
Hex3FCBC1450514b03934
Octal7731330110505242607164
Binary1111111100101111000001100010101011010010110000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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