#41E7C5

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

Shades of Turquoise #41E7C5

Tints of Turquoise #41E7C5

Color information

#41E7C5 (or 0x41E7C5) is unknown color: approx Turquoise. HEX triplet: 41, E7 and C5. RGB value is (65,231,197). Sum of RGB (Red+Green+Blue) = 65+231+197=493 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.18% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 231 - color contains mainly: green. Hex color #41E7C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41E7C5 is #BE183A. Grayscale: #B1B1B1. Windows color (decimal): -12458043 or 12969793. OLE color: 12969793.

HSL color Cylindrical-coordinate representation of color #41E7C5: hue angle of 167.71º 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 #41E7C5 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB65231197-
CMYK0.7200.150.09
HSL167.71º77.57%58.04%-
HSV(B)167.71º71.86%90.59%-
XYZ40.8362.3162.7-
YUV177.4913947.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.18%
GREEN value IS 231 (90.62% from 255) = 46.86%
BLUE value IS 197 (77.34% from 255) = 39.96%
R=13.18%
G=46.86%
B=39.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal652311970.7200.150.09167.7177.5758.04
Hex41E7C5480F9a84e3a
Octal1013473051100171125011672
Binary100000111100111110001011001000011111001101010001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41E7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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