#41F8B6

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

Shades of Turquoise #41F8B6

Tints of Turquoise #41F8B6

Color information

#41F8B6 (or 0x41F8B6) is unknown color: approx Turquoise. HEX triplet: 41, F8 and B6. RGB value is (65,248,182). Sum of RGB (Red+Green+Blue) = 65+248+182=495 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.13% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #41F8B6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F8B6 is #BE0749. Grayscale: #B9B9B9. Windows color (decimal): -12453706 or 11991105. OLE color: 11991105.

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

Color convert

RGB65248182-
CMYK0.7400.270.03
HSL158.36º92.89%61.37%-
HSV(B)158.36º73.79%97.25%-
XYZ44.1971.6455.75-
YUV185.76125.8741.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.13%
GREEN value IS 248 (97.27% from 255) = 50.10%
BLUE value IS 182 (71.48% from 255) = 36.77%
R=13.13%
G=50.10%
B=36.77%

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
Decimal652481820.7400.270.03158.3692.8961.37
Hex41F8B64A01B39e5d3d
Octal101370266112033323613575
Binary10000011111100010110110100101001101111100111101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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