#41E2C7

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

Shades of Turquoise #41E2C7

Tints of Turquoise #41E2C7

Color information

#41E2C7 (or 0x41E2C7) is unknown color: approx Turquoise. HEX triplet: 41, E2 and C7. RGB value is (65,226,199). Sum of RGB (Red+Green+Blue) = 65+226+199=490 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.27% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 199 (78.12% from 255 or 40.61% from 490); Max value from RGB is 226 - color contains mainly: green. Hex color #41E2C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41E2C7 is #BE1D38. Grayscale: #AEAEAE. Windows color (decimal): -12459321 or 13099585. OLE color: 13099585.

HSL color Cylindrical-coordinate representation of color #41E2C7: hue angle of 169.94º 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 #41E2C7 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB65226199-
CMYK0.7100.120.11
HSL169.94º73.52%57.06%-
HSV(B)169.94º71.24%88.63%-
XYZ39.6959.6463.45-
YUV174.78141.6649.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.27%
GREEN value IS 226 (88.67% from 255) = 46.12%
BLUE value IS 199 (78.12% from 255) = 40.61%
R=13.27%
G=46.12%
B=40.61%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal652261990.7100.120.11169.9473.5257.06
Hex41E2C7470CBaa4a39
Octal1013423071070141325211271
Binary100000111100010110001111000111011001011101010101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41E2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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