#41F2B6

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

Shades of Turquoise #41F2B6

Tints of Turquoise #41F2B6

Color information

#41F2B6 (or 0x41F2B6) is unknown color: approx Turquoise. HEX triplet: 41, F2 and B6. RGB value is (65,242,182). Sum of RGB (Red+Green+Blue) = 65+242+182=489 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.29% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 182 (71.48% from 255 or 37.22% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #41F2B6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F2B6 is #BE0D49. Grayscale: #B6B6B6. Windows color (decimal): -12455242 or 11989569. OLE color: 11989569.

HSL color Cylindrical-coordinate representation of color #41F2B6: hue angle of 159.66º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F2B6 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB65242182-
CMYK0.7300.250.05
HSL159.66º87.19%60.2%-
HSV(B)159.66º73.14%94.9%-
XYZ42.3868.0155.15-
YUV182.24127.8644.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.29%
GREEN value IS 242 (94.92% from 255) = 49.49%
BLUE value IS 182 (71.48% from 255) = 37.22%
R=13.29%
G=49.49%
B=37.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal652421820.7300.250.05159.6687.1960.2
Hex41F2B6490195a0573c
Octal101362266111031524012774
Binary100000111110010101101101001001011001101101000001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,242,182); }

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

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

 a { background-color: rgb(65,242,182); }

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

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

 span { border-color: rgb(65,242,182); }

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