#41E2BF

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

Shades of Turquoise #41E2BF

Tints of Turquoise #41E2BF

Color information

#41E2BF (or 0x41E2BF) is unknown color: approx Turquoise. HEX triplet: 41, E2 and BF. RGB value is (65,226,191). Sum of RGB (Red+Green+Blue) = 65+226+191=482 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.49% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 226 - color contains mainly: green. Hex color #41E2BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41E2BF is #BE1D40. Grayscale: #ADADAD. Windows color (decimal): -12459329 or 12575297. OLE color: 12575297.

HSL color Cylindrical-coordinate representation of color #41E2BF: hue angle of 166.96º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41E2BF is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB65226191-
CMYK0.7100.150.11
HSL166.96º73.52%57.06%-
HSV(B)166.96º71.24%88.63%-
XYZ38.7859.2858.69-
YUV173.87137.6650.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.49%
GREEN value IS 226 (88.67% from 255) = 46.89%
BLUE value IS 191 (75% from 255) = 39.63%
R=13.49%
G=46.89%
B=39.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal652261910.7100.150.11166.9673.5257.06
Hex41E2BF470FBa74a39
Octal1013422771070171324711271
Binary100000111100010101111111000111011111011101001111001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41E2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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