#41F8B5

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

Shades of Turquoise #41F8B5

Tints of Turquoise #41F8B5

Color information

#41F8B5 (or 0x41F8B5) is unknown color: approx Turquoise. HEX triplet: 41, F8 and B5. RGB value is (65,248,181). Sum of RGB (Red+Green+Blue) = 65+248+181=494 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.16% from 494); Green value is 248 (97.27% from 255 or 50.20% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 248 - color contains mainly: green. Hex color #41F8B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F8B5 is #BE074A. Grayscale: #B9B9B9. Windows color (decimal): -12453707 or 11925569. OLE color: 11925569.

HSL color Cylindrical-coordinate representation of color #41F8B5: hue angle of 158.03º degrees, saturation: 0.93, 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 #41F8B5 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB65248181-
CMYK0.7400.270.03
HSL158.03º92.89%61.37%-
HSV(B)158.03º73.79%97.25%-
XYZ44.0971.5955.21-
YUV185.64125.3741.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.16%
GREEN value IS 248 (97.27% from 255) = 50.20%
BLUE value IS 181 (71.09% from 255) = 36.64%
R=13.16%
G=50.20%
B=36.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal652481810.7400.270.03158.0392.8961.37
Hex41F8B54A01B39e5d3d
Octal101370265112033323613575
Binary10000011111100010110101100101001101111100111101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,248,181); }

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

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

 a { background-color: rgb(65,248,181); }

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

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

 span { border-color: rgb(65,248,181); }

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