#41F6B1

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

Shades of Turquoise #41F6B1

Tints of Turquoise #41F6B1

Color information

#41F6B1 (or 0x41F6B1) is unknown color: approx Turquoise. HEX triplet: 41, F6 and B1. RGB value is (65,246,177). Sum of RGB (Red+Green+Blue) = 65+246+177=488 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.32% from 488); Green value is 246 (96.48% from 255 or 50.41% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 246 - color contains mainly: green. Hex color #41F6B1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41F6B1 is #BE094E. Grayscale: #B8B8B8. Windows color (decimal): -12454223 or 11662913. OLE color: 11662913.

HSL color Cylindrical-coordinate representation of color #41F6B1: hue angle of 157.13º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41F6B1 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB65246177-
CMYK0.7400.280.04
HSL157.13º90.95%60.98%-
HSV(B)157.13º73.58%96.47%-
XYZ43.0770.2152.88-
YUV184.02124.0343.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.32%
GREEN value IS 246 (96.48% from 255) = 50.41%
BLUE value IS 177 (69.53% from 255) = 36.27%
R=13.32%
G=50.41%
B=36.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal652461770.7400.280.04157.1390.9560.98
Hex41F6B14A01C49d5b3d
Octal101366261112034423513375
Binary100000111110110101100011001010011100100100111011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,246,177); }

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

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

 a { background-color: rgb(65,246,177); }

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

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

 span { border-color: rgb(65,246,177); }

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