#41F1C9

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

Shades of Turquoise #41F1C9

Tints of Turquoise #41F1C9

Color information

#41F1C9 (or 0x41F1C9) is unknown color: approx Turquoise. HEX triplet: 41, F1 and C9. RGB value is (65,241,201). Sum of RGB (Red+Green+Blue) = 65+241+201=507 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.82% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #41F1C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F1C9 is #BE0E36. Grayscale: #B7B7B7. Windows color (decimal): -12455479 or 13234497. OLE color: 13234497.

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

Color convert

RGB65241201-
CMYK0.7300.170.05
HSL166.36º86.27%60%-
HSV(B)166.36º73.03%94.51%-
XYZ44.1868.2566.1-
YUV183.82137.6943.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.82%
GREEN value IS 241 (94.53% from 255) = 47.53%
BLUE value IS 201 (78.91% from 255) = 39.64%
R=12.82%
G=47.53%
B=39.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal652412010.7300.170.05166.3686.2760
Hex41F1C9490115a6563c
Octal101361311111021524612674
Binary100000111110001110010011001001010001101101001101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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