#41F4AE

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

Shades of Turquoise #41F4AE

Tints of Turquoise #41F4AE

Color information

#41F4AE (or 0x41F4AE) is unknown color: approx Turquoise. HEX triplet: 41, F4 and AE. RGB value is (65,244,174). Sum of RGB (Red+Green+Blue) = 65+244+174=483 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.46% from 483); Green value is 244 (95.70% from 255 or 50.52% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 244 - color contains mainly: green. Hex color #41F4AE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41F4AE is #BE0B51. Grayscale: #B6B6B6. Windows color (decimal): -12454738 or 11465793. OLE color: 11465793.

HSL color Cylindrical-coordinate representation of color #41F4AE: hue angle of 156.54º 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 #41F4AE is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB65244174-
CMYK0.7300.290.04
HSL156.54º89.05%60.59%-
HSV(B)156.54º73.36%95.69%-
XYZ42.1768.8851.12-
YUV182.5123.244.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.46%
GREEN value IS 244 (95.70% from 255) = 50.52%
BLUE value IS 174 (68.36% from 255) = 36.02%
R=13.46%
G=50.52%
B=36.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal652441740.7300.290.04156.5489.0560.59
Hex41F4AE4901D49d593d
Octal101364256111035423513175
Binary100000111110100101011101001001011101100100111011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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