#41F6C0

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

Shades of Turquoise #41F6C0

Tints of Turquoise #41F6C0

Color information

#41F6C0 (or 0x41F6C0) is unknown color: approx Turquoise. HEX triplet: 41, F6 and C0. RGB value is (65,246,192). Sum of RGB (Red+Green+Blue) = 65+246+192=503 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.92% from 503); Green value is 246 (96.48% from 255 or 48.91% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 246 - color contains mainly: green. Hex color #41F6C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F6C0 is #BE093F. Grayscale: #B9B9B9. Windows color (decimal): -12454208 or 12645953. OLE color: 12645953.

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

Color convert

RGB65246192-
CMYK0.7400.220.04
HSL162.1º90.95%60.98%-
HSV(B)162.1º73.58%96.47%-
XYZ44.6570.8461.19-
YUV185.72131.5341.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.92%
GREEN value IS 246 (96.48% from 255) = 48.91%
BLUE value IS 192 (75.39% from 255) = 38.17%
R=12.92%
G=48.91%
B=38.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal652461920.7400.220.04162.190.9560.98
Hex41F6C04A0164a25b3d
Octal101366300112026424213375
Binary100000111110110110000001001010010110100101000101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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