#41BFB6

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

Shades of Medium Turquoise #41BFB6

Tints of Medium Turquoise #41BFB6

Color information

#41BFB6 (or 0x41BFB6) is unknown color: approx Medium Turquoise. HEX triplet: 41, BF and B6. RGB value is (65,191,182). Sum of RGB (Red+Green+Blue) = 65+191+182=438 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.84% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 182 (71.48% from 255 or 41.55% from 438); Max value from RGB is 191 - color contains mainly: green. Hex color #41BFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BFB6 is #BE4049. Grayscale: #989898. Windows color (decimal): -12468298 or 11976513. OLE color: 11976513.

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

Color convert

RGB65191182-
CMYK0.6600.050.25
HSL175.71º49.61%50.2%-
HSV(B)175.71º65.97%74.9%-
XYZ29.2541.7650.78-
YUV152.3144.7665.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.84%
GREEN value IS 191 (75% from 255) = 43.61%
BLUE value IS 182 (71.48% from 255) = 41.55%
R=14.84%
G=43.61%
B=41.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651911820.6600.050.25175.7149.6150.2
Hex41BFB6420519b03232
Octal10127726610205312606262
Binary10000011011111110110110100001001011100110110000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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