#41CAC6

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

Shades of Medium Turquoise #41CAC6

Tints of Medium Turquoise #41CAC6

Color information

#41CAC6 (or 0x41CAC6) is unknown color: approx Medium Turquoise. HEX triplet: 41, CA and C6. RGB value is (65,202,198). Sum of RGB (Red+Green+Blue) = 65+202+198=465 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.98% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #41CAC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CAC6 is #BE3539. Grayscale: #A0A0A0. Windows color (decimal): -12465466 or 13027905. OLE color: 13027905.

HSL color Cylindrical-coordinate representation of color #41CAC6: hue angle of 178.25º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CAC6 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB65202198-
CMYK0.6800.020.21
HSL178.25º56.38%52.35%-
HSV(B)178.25º67.82%79.22%-
XYZ33.4947.4460.82-
YUV160.58149.1159.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.98%
GREEN value IS 202 (79.30% from 255) = 43.44%
BLUE value IS 198 (77.73% from 255) = 42.58%
R=13.98%
G=43.44%
B=42.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal652021980.6800.020.21178.2556.3852.35
Hex41CAC6440215b23834
Octal10131230610402252627064
Binary1000001110010101100011010001000101010110110010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,202,198); }

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

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

 a { background-color: rgb(65,202,198); }

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

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

 span { border-color: rgb(65,202,198); }

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