#41FCE8

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

Shades of Turquoise #41FCE8

Tints of Turquoise #41FCE8

Color information

#41FCE8 (or 0x41FCE8) is unknown color: approx Turquoise. HEX triplet: 41, FC and E8. RGB value is (65,252,232). Sum of RGB (Red+Green+Blue) = 65+252+232=549 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.84% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 232 (91.02% from 255 or 42.26% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #41FCE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FCE8 is #BE0317. Grayscale: #C1C1C1. Windows color (decimal): -12452632 or 15268929. OLE color: 15268929.

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

Color convert

RGB65252232-
CMYK0.7400.080.01
HSL173.58º96.89%62.16%-
HSV(B)173.58º74.21%98.82%-
XYZ51.5676.5788.41-
YUV193.81149.5536.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 11.84%
GREEN value IS 252 (98.83% from 255) = 45.90%
BLUE value IS 232 (91.02% from 255) = 42.26%
R=11.84%
G=45.90%
B=42.26%

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
Decimal652522320.7400.080.01173.5896.8962.16
Hex41FCE84A081ae613e
Octal101374350112010125614176
Binary100000111111100111010001001010010001101011101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41FCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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