#41FFEC

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

Shades of Turquoise #41FFEC

Tints of Turquoise #41FFEC

Color information

#41FFEC (or 0x41FFEC) is unknown color: approx Turquoise. HEX triplet: 41, FF and EC. RGB value is (65,255,236). Sum of RGB (Red+Green+Blue) = 65+255+236=556 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.69% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #41FFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FFEC is #BE0013. Grayscale: #C3C3C3. Windows color (decimal): -12451860 or 15531841. OLE color: 15531841.

HSL color Cylindrical-coordinate representation of color #41FFEC: hue angle of 174º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41FFEC is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB65255236-
CMYK0.7500.070
HSL174º100%62.75%-
HSV(B)174º74.51%100%-
XYZ53.0878.791.75-
YUV196.02150.5534.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 11.69%
GREEN value IS 255 (100% from 255) = 45.86%
BLUE value IS 236 (92.58% from 255) = 42.45%
R=11.69%
G=45.86%
B=42.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal652552360.7500.07017410062.75
Hex41FFEC4B070ae643f
Octal10137735411307025614477
Binary10000011111111111101100100101101110101011101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41FFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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