#41C2C3

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

Shades of Medium Turquoise #41C2C3

Tints of Medium Turquoise #41C2C3

Color information

#41C2C3 (or 0x41C2C3) is unknown color: approx Medium Turquoise. HEX triplet: 41, C2 and C3. RGB value is (65,194,195). Sum of RGB (Red+Green+Blue) = 65+194+195=454 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.32% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 195 (76.56% from 255 or 42.95% from 454); Max value from RGB is 195 - color contains mainly: blue. Hex color #41C2C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C2C3 is #BE3D3C. Grayscale: #9B9B9B. Windows color (decimal): -12467517 or 12829249. OLE color: 12829249.

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

Color convert

RGB65194195-
CMYK0.670.0100.24
HSL180.46º52%50.98%-
HSV(B)180.46º66.67%76.47%-
XYZ31.3243.6558.4-
YUV155.54150.2663.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.32%
GREEN value IS 194 (76.17% from 255) = 42.73%
BLUE value IS 195 (76.56% from 255) = 42.95%
R=14.32%
G=42.73%
B=42.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal651941950.670.0100.24180.465250.98
Hex41C2C3431018b43433
Octal10130230310310302646463
Binary100000111000010110000111000011101100010110100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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