#41CAB9

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

Shades of Medium Turquoise #41CAB9

Tints of Medium Turquoise #41CAB9

Color information

#41CAB9 (or 0x41CAB9) is unknown color: approx Medium Turquoise. HEX triplet: 41, CA and B9. RGB value is (65,202,185). Sum of RGB (Red+Green+Blue) = 65+202+185=452 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.38% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #41CAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CAB9 is #BE3546. Grayscale: #9F9F9F. Windows color (decimal): -12465479 or 12175937. OLE color: 12175937.

HSL color Cylindrical-coordinate representation of color #41CAB9: hue angle of 172.55º 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 #41CAB9 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB65202185-
CMYK0.6800.080.21
HSL172.55º56.38%52.35%-
HSV(B)172.55º67.82%79.22%-
XYZ32.0646.8753.26-
YUV159.1142.6160.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.38%
GREEN value IS 202 (79.30% from 255) = 44.69%
BLUE value IS 185 (72.66% from 255) = 40.93%
R=14.38%
G=44.69%
B=40.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal652021850.6800.080.21172.5556.3852.35
Hex41CAB9440815ad3834
Octal101312271104010252557064
Binary100000111001010101110011000100010001010110101101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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