#41F3B2

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

Shades of Turquoise #41F3B2

Tints of Turquoise #41F3B2

Color information

#41F3B2 (or 0x41F3B2) is unknown color: approx Turquoise. HEX triplet: 41, F3 and B2. RGB value is (65,243,178). Sum of RGB (Red+Green+Blue) = 65+243+178=486 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.37% from 486); Green value is 243 (95.31% from 255 or 50% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 243 - color contains mainly: green. Hex color #41F3B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41F3B2 is #BE0C4D. Grayscale: #B6B6B6. Windows color (decimal): -12454990 or 11727681. OLE color: 11727681.

HSL color Cylindrical-coordinate representation of color #41F3B2: hue angle of 158.09º degrees, saturation: 0.88, 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 #41F3B2 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB65243178-
CMYK0.7300.270.05
HSL158.09º88.12%60.39%-
HSV(B)158.09º73.25%95.29%-
XYZ42.2768.4453.1-
YUV182.37125.5344.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.37%
GREEN value IS 243 (95.31% from 255) = 50%
BLUE value IS 178 (69.92% from 255) = 36.63%
R=13.37%
G=50%
B=36.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal652431780.7300.270.05158.0988.1260.39
Hex41F3B24901B59e583c
Octal101363262111033523613074
Binary100000111110011101100101001001011011101100111101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,243,178); }

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

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

 a { background-color: rgb(65,243,178); }

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

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

 span { border-color: rgb(65,243,178); }

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