#41F4EC

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

Shades of Turquoise #41F4EC

Tints of Turquoise #41F4EC

Color information

#41F4EC (or 0x41F4EC) is unknown color: approx Turquoise. HEX triplet: 41, F4 and EC. RGB value is (65,244,236). Sum of RGB (Red+Green+Blue) = 65+244+236=545 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.93% from 545); Green value is 244 (95.70% from 255 or 44.77% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 244 - color contains mainly: green. Hex color #41F4EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41F4EC is #BE0B13. Grayscale: #BDBDBD. Windows color (decimal): -12454676 or 15529025. OLE color: 15529025.

HSL color Cylindrical-coordinate representation of color #41F4EC: hue angle of 177.32º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F4EC is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB65244236-
CMYK0.7300.030.04
HSL177.32º89.05%60.59%-
HSV(B)177.32º73.36%95.69%-
XYZ49.6771.8890.61-
YUV189.57154.239.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 11.93%
GREEN value IS 244 (95.70% from 255) = 44.77%
BLUE value IS 236 (92.58% from 255) = 43.30%
R=11.93%
G=44.77%
B=43.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal652442360.7300.030.04177.3289.0560.59
Hex41F4EC49034b1593d
Octal10136435411103426113175
Binary100000111110100111011001001001011100101100011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,244,236); }

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

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

 a { background-color: rgb(65,244,236); }

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

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

 span { border-color: rgb(65,244,236); }

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