#41F1EA

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

Shades of Turquoise #41F1EA

Tints of Turquoise #41F1EA

Color information

#41F1EA (or 0x41F1EA) is unknown color: approx Turquoise. HEX triplet: 41, F1 and EA. RGB value is (65,241,234). Sum of RGB (Red+Green+Blue) = 65+241+234=540 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.04% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #41F1EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41F1EA is #BE0E15. Grayscale: #BBBBBB. Windows color (decimal): -12455446 or 15397185. OLE color: 15397185.

HSL color Cylindrical-coordinate representation of color #41F1EA: hue angle of 177.61º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F1EA is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB65241234-
CMYK0.7300.030.05
HSL177.61º86.27%60%-
HSV(B)177.61º73.03%94.51%-
XYZ48.4969.9788.79-
YUV187.58154.1940.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.04%
GREEN value IS 241 (94.53% from 255) = 44.63%
BLUE value IS 234 (91.80% from 255) = 43.33%
R=12.04%
G=44.63%
B=43.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal652412340.7300.030.05177.6186.2760
Hex41F1EA49035b2563c
Octal10136135211103526212674
Binary100000111110001111010101001001011101101100101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,241,234); }

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

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

 a { background-color: rgb(65,241,234); }

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

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

 span { border-color: rgb(65,241,234); }

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