#41E7B3

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

Shades of Turquoise #41E7B3

Tints of Turquoise #41E7B3

Color information

#41E7B3 (or 0x41E7B3) is unknown color: approx Turquoise. HEX triplet: 41, E7 and B3. RGB value is (65,231,179). Sum of RGB (Red+Green+Blue) = 65+231+179=475 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.68% from 475); Green value is 231 (90.62% from 255 or 48.63% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 231 - color contains mainly: green. Hex color #41E7B3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41E7B3 is #BE184C. Grayscale: #AFAFAF. Windows color (decimal): -12458061 or 11790145. OLE color: 11790145.

HSL color Cylindrical-coordinate representation of color #41E7B3: hue angle of 161.2º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E7B3 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB65231179-
CMYK0.7200.230.09
HSL161.2º77.57%58.04%-
HSV(B)161.2º71.86%90.59%-
XYZ38.8961.5352.47-
YUV175.4413049.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.68%
GREEN value IS 231 (90.62% from 255) = 48.63%
BLUE value IS 179 (70.31% from 255) = 37.68%
R=13.68%
G=48.63%
B=37.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal652311790.7200.230.09161.277.5758.04
Hex41E7B3480179a14e3a
Octal1013472631100271124111672
Binary1000001111001111011001110010000101111001101000011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41E7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,231,179); }

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

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

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

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

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

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

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