#41FAE0

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

Shades of Turquoise #41FAE0

Tints of Turquoise #41FAE0

Color information

#41FAE0 (or 0x41FAE0) is unknown color: approx Turquoise. HEX triplet: 41, FA and E0. RGB value is (65,250,224). Sum of RGB (Red+Green+Blue) = 65+250+224=539 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.06% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #41FAE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FAE0 is #BE051F. Grayscale: #BFBFBF. Windows color (decimal): -12453152 or 14744129. OLE color: 14744129.

HSL color Cylindrical-coordinate representation of color #41FAE0: hue angle of 171.57º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FAE0 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB65250224-
CMYK0.7400.100.02
HSL171.57º94.87%61.76%-
HSV(B)171.57º74%98.04%-
XYZ49.8274.8882.35-
YUV191.72146.2137.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.06%
GREEN value IS 250 (98.05% from 255) = 46.38%
BLUE value IS 224 (87.89% from 255) = 41.56%
R=12.06%
G=46.38%
B=41.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal652502240.7400.100.02171.5794.8761.76
Hex41FAE04A0A2ac5f3e
Octal101372340112012225413776
Binary1000001111110101110000010010100101010101011001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41FAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,250,224); }

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

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

 a { background-color: rgb(65,250,224); }

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

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

 span { border-color: rgb(65,250,224); }

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