#41BFBA

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

Shades of Medium Turquoise #41BFBA

Tints of Medium Turquoise #41BFBA

Color information

#41BFBA (or 0x41BFBA) is unknown color: approx Medium Turquoise. HEX triplet: 41, BF and BA. RGB value is (65,191,186). Sum of RGB (Red+Green+Blue) = 65+191+186=442 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.71% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 191 - color contains mainly: green. Hex color #41BFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BFBA is #BE4045. Grayscale: #989898. Windows color (decimal): -12468294 or 12238657. OLE color: 12238657.

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

Color convert

RGB65191186-
CMYK0.6600.030.25
HSL177.62º49.61%50.2%-
HSV(B)177.62º65.97%74.9%-
XYZ29.6741.9352.98-
YUV152.76146.7665.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.71%
GREEN value IS 191 (75% from 255) = 43.21%
BLUE value IS 186 (73.05% from 255) = 42.08%
R=14.71%
G=43.21%
B=42.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651911860.6600.030.25177.6249.6150.2
Hex41BFBA420319b23232
Octal10127727210203312626262
Binary1000001101111111011101010000100111100110110010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,191,186); }

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

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

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

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

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

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

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