#41BEBE

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

Shades of Medium Turquoise #41BEBE

Tints of Medium Turquoise #41BEBE

Color information

#41BEBE (or 0x41BEBE) is unknown color: approx Medium Turquoise. HEX triplet: 41, BE and BE. RGB value is (65,190,190). Sum of RGB (Red+Green+Blue) = 65+190+190=445 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.61% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #41BEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BEBE is #BE4141. Grayscale: #989898. Windows color (decimal): -12468546 or 12500545. OLE color: 12500545.

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

Color convert

RGB65190190-
CMYK0.66000.25
HSL180º49.02%50%-
HSV(B)180º65.79%74.51%-
XYZ29.8941.6755.18-
YUV152.62149.0965.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.61%
GREEN value IS 190 (74.61% from 255) = 42.70%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=14.61%
G=42.70%
B=42.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651901900.66000.2518049.0250
Hex41BEBE420019b43132
Octal10127627610200312646162
Binary100000110111110101111101000010001100110110100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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