#41F1C1

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

Shades of Turquoise #41F1C1

Tints of Turquoise #41F1C1

Color information

#41F1C1 (or 0x41F1C1) is unknown color: approx Turquoise. HEX triplet: 41, F1 and C1. RGB value is (65,241,193). Sum of RGB (Red+Green+Blue) = 65+241+193=499 (66% of max value = 765). Red value is 65 (25.78% from 255 or 13.03% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #41F1C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F1C1 is #BE0E3E. Grayscale: #B6B6B6. Windows color (decimal): -12455487 or 12710209. OLE color: 12710209.

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

Color convert

RGB65241193-
CMYK0.7300.200.05
HSL163.64º86.27%60%-
HSV(B)163.64º73.03%94.51%-
XYZ43.2667.8861.28-
YUV182.9133.6943.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.03%
GREEN value IS 241 (94.53% from 255) = 48.30%
BLUE value IS 193 (75.78% from 255) = 38.68%
R=13.03%
G=48.30%
B=38.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal652411930.7300.200.05163.6486.2760
Hex41F1C1490145a4563c
Octal101361301111024524412674
Binary100000111110001110000011001001010100101101001001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,241,193); }

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

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

 a { background-color: rgb(65,241,193); }

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

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

 span { border-color: rgb(65,241,193); }

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