#41BEBD

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

Shades of Medium Turquoise #41BEBD

Tints of Medium Turquoise #41BEBD

Color information

#41BEBD (or 0x41BEBD) is unknown color: approx Medium Turquoise. HEX triplet: 41, BE and BD. RGB value is (65,190,189). Sum of RGB (Red+Green+Blue) = 65+190+189=444 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.64% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 190 - color contains mainly: green. Hex color #41BEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BEBD is #BE4142. Grayscale: #989898. Windows color (decimal): -12468547 or 12435009. OLE color: 12435009.

HSL color Cylindrical-coordinate representation of color #41BEBD: hue angle of 179.52º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41BEBD is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB65190189-
CMYK0.6600.010.25
HSL179.52º49.02%50%-
HSV(B)179.52º65.79%74.51%-
XYZ29.7841.6254.61-
YUV152.51148.5965.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.64%
GREEN value IS 190 (74.61% from 255) = 42.79%
BLUE value IS 189 (74.22% from 255) = 42.57%
R=14.64%
G=42.79%
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.25
SystemRedGreenBlueCMYKHSL
Decimal651901890.6600.010.25179.5249.0250
Hex41BEBD420119b43132
Octal10127627510201312646162
Binary100000110111110101111011000010011100110110100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,190,189); }

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

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

 a { background-color: rgb(65,190,189); }

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

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

 span { border-color: rgb(65,190,189); }

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