#41FDE8

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

Shades of Turquoise #41FDE8

Tints of Turquoise #41FDE8

Color information

#41FDE8 (or 0x41FDE8) is unknown color: approx Turquoise. HEX triplet: 41, FD and E8. RGB value is (65,253,232). Sum of RGB (Red+Green+Blue) = 65+253+232=550 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.82% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 232 (91.02% from 255 or 42.18% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #41FDE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FDE8 is #BE0217. Grayscale: #C2C2C2. Windows color (decimal): -12452376 or 15269185. OLE color: 15269185.

HSL color Cylindrical-coordinate representation of color #41FDE8: hue angle of 173.3º 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 #41FDE8 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB65253232-
CMYK0.7400.080.01
HSL173.3º97.92%62.35%-
HSV(B)173.3º74.31%99.22%-
XYZ51.8777.288.51-
YUV194.39149.2235.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 11.82%
GREEN value IS 253 (99.22% from 255) = 46%
BLUE value IS 232 (91.02% from 255) = 42.18%
R=11.82%
G=46%
B=42.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal652532320.7400.080.01173.397.9262.35
Hex41FDE84A081ad623e
Octal101375350112010125514276
Binary100000111111101111010001001010010001101011011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41FDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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