#41F3BA

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

Shades of Turquoise #41F3BA

Tints of Turquoise #41F3BA

Color information

#41F3BA (or 0x41F3BA) is unknown color: approx Turquoise. HEX triplet: 41, F3 and BA. RGB value is (65,243,186). Sum of RGB (Red+Green+Blue) = 65+243+186=494 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.16% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #41F3BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F3BA is #BE0C45. Grayscale: #B7B7B7. Windows color (decimal): -12454982 or 12251969. OLE color: 12251969.

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

Color convert

RGB65243186-
CMYK0.7300.230.05
HSL160.79º88.12%60.39%-
HSV(B)160.79º73.25%95.29%-
XYZ43.0968.7757.46-
YUV183.28129.5343.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.16%
GREEN value IS 243 (95.31% from 255) = 49.19%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=13.16%
G=49.19%
B=37.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal652431860.7300.230.05160.7988.1260.39
Hex41F3BA490175a1583c
Octal101363272111027524113074
Binary100000111110011101110101001001010111101101000011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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