#41F7E3

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

Shades of Turquoise #41F7E3

Tints of Turquoise #41F7E3

Color information

#41F7E3 (or 0x41F7E3) is unknown color: approx Turquoise. HEX triplet: 41, F7 and E3. RGB value is (65,247,227). Sum of RGB (Red+Green+Blue) = 65+247+227=539 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.06% from 539); Green value is 247 (96.88% from 255 or 45.83% from 539); Blue value is 227 (89.06% from 255 or 42.12% from 539); Max value from RGB is 247 - color contains mainly: green. Hex color #41F7E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F7E3 is #BE081C. Grayscale: #BEBEBE. Windows color (decimal): -12453917 or 14939969. OLE color: 14939969.

HSL color Cylindrical-coordinate representation of color #41F7E3: hue angle of 173.41º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41F7E3 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB65247227-
CMYK0.7400.080.03
HSL173.41º91.92%61.18%-
HSV(B)173.41º73.68%96.86%-
XYZ49.3173.1984.2-
YUV190.3148.738.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.06%
GREEN value IS 247 (96.88% from 255) = 45.83%
BLUE value IS 227 (89.06% from 255) = 42.12%
R=12.06%
G=45.83%
B=42.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal652472270.7400.080.03173.4191.9261.18
Hex41F7E34A083ad5c3d
Octal101367343112010325513475
Binary1000001111101111110001110010100100011101011011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F7E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,247,227); }

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

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

 a { background-color: rgb(65,247,227); }

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

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

 span { border-color: rgb(65,247,227); }

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