#41E5BC

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

Shades of Turquoise #41E5BC

Tints of Turquoise #41E5BC

Color information

#41E5BC (or 0x41E5BC) is unknown color: approx Turquoise. HEX triplet: 41, E5 and BC. RGB value is (65,229,188). Sum of RGB (Red+Green+Blue) = 65+229+188=482 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.49% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 229 - color contains mainly: green. Hex color #41E5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41E5BC is #BE1A43. Grayscale: #AFAFAF. Windows color (decimal): -12458564 or 12379457. OLE color: 12379457.

HSL color Cylindrical-coordinate representation of color #41E5BC: hue angle of 165º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E5BC is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB65229188-
CMYK0.7200.180.10
HSL165º75.93%57.65%-
HSV(B)165º71.62%89.8%-
XYZ39.2860.7957.24-
YUV175.29135.1749.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.49%
GREEN value IS 229 (89.84% from 255) = 47.51%
BLUE value IS 188 (73.83% from 255) = 39.00%
R=13.49%
G=47.51%
B=39.00%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal652291880.7200.180.1016575.9357.65
Hex41E5BC48012Aa54c3a
Octal1013452741100221224511472
Binary1000001111001011011110010010000100101010101001011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41E5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,229,188); }

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

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

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

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

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

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

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