#41FDE0

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

Shades of Turquoise #41FDE0

Tints of Turquoise #41FDE0

Color information

#41FDE0 (or 0x41FDE0) is unknown color: approx Turquoise. HEX triplet: 41, FD and E0. RGB value is (65,253,224). Sum of RGB (Red+Green+Blue) = 65+253+224=542 (71% of max value = 765). Red value is 65 (25.78% from 255 or 11.99% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #41FDE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FDE0 is #BE021F. Grayscale: #C1C1C1. Windows color (decimal): -12452384 or 14744897. OLE color: 14744897.

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

Color convert

RGB65253224-
CMYK0.7400.110.01
HSL170.74º97.92%62.35%-
HSV(B)170.74º74.31%99.22%-
XYZ50.7676.7682.66-
YUV193.48145.2236.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 11.99%
GREEN value IS 253 (99.22% from 255) = 46.68%
BLUE value IS 224 (87.89% from 255) = 41.33%
R=11.99%
G=46.68%
B=41.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal652532240.7400.110.01170.7497.9262.35
Hex41FDE04A0B1ab623e
Octal101375340112013125314276
Binary100000111111101111000001001010010111101010111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41FDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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