#41C2C0

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

Shades of Medium Turquoise #41C2C0

Tints of Medium Turquoise #41C2C0

Color information

#41C2C0 (or 0x41C2C0) is unknown color: approx Medium Turquoise. HEX triplet: 41, C2 and C0. RGB value is (65,194,192). Sum of RGB (Red+Green+Blue) = 65+194+192=451 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.41% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 194 - color contains mainly: green. Hex color #41C2C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C2C0 is #BE3D3F. Grayscale: #9B9B9B. Windows color (decimal): -12467520 or 12632641. OLE color: 12632641.

HSL color Cylindrical-coordinate representation of color #41C2C0: hue angle of 179.07º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C2C0 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB65194192-
CMYK0.6600.010.24
HSL179.07º51.39%50.78%-
HSV(B)179.07º66.49%76.08%-
XYZ30.9943.5156.63-
YUV155.2148.7663.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.41%
GREEN value IS 194 (76.17% from 255) = 43.02%
BLUE value IS 192 (75.39% from 255) = 42.57%
R=14.41%
G=43.02%
B=42.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal651941920.6600.010.24179.0751.3950.78
Hex41C2C0420118b33333
Octal10130230010201302636363
Binary100000111000010110000001000010011100010110011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41C2C0; }

 p { color: rgb(65,194,192); }

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

<style>
 a { background-color: #41C2C0; }

 a { background-color: rgb(65,194,192); }

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

<style>
 span { border-color: #41C2C0; }

 span { border-color: rgb(65,194,192); }

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