#41C2B5

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

Shades of Medium Turquoise #41C2B5

Tints of Medium Turquoise #41C2B5

Color information

#41C2B5 (or 0x41C2B5) is unknown color: approx Medium Turquoise. HEX triplet: 41, C2 and B5. RGB value is (65,194,181). Sum of RGB (Red+Green+Blue) = 65+194+181=440 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.77% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 194 - color contains mainly: green. Hex color #41C2B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C2B5 is #BE3D4A. Grayscale: #999999. Windows color (decimal): -12467531 or 11911745. OLE color: 11911745.

HSL color Cylindrical-coordinate representation of color #41C2B5: hue angle of 173.95º 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 #41C2B5 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB65194181-
CMYK0.6600.070.24
HSL173.95º51.39%50.78%-
HSV(B)173.95º66.49%76.08%-
XYZ29.8143.0450.45-
YUV153.95143.2664.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.77%
GREEN value IS 194 (76.17% from 255) = 44.09%
BLUE value IS 181 (71.09% from 255) = 41.14%
R=14.77%
G=44.09%
B=41.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal651941810.6600.070.24173.9551.3950.78
Hex41C2B5420718ae3333
Octal10130226510207302566363
Binary10000011100001010110101100001001111100010101110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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